Update Testing authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -27,7 +27,7 @@ Use this template in order to register new tests; replace `NN` and `Description` ...@@ -27,7 +27,7 @@ Use this template in order to register new tests; replace `NN` and `Description`
```bash ```bash
#!/bin/bash #!/bin/bash
# my-new-test-suite.sh # test_my-routine.sh
echo "--------------------------------------------------" echo "--------------------------------------------------"
echo "Running tests in $0" echo "Running tests in $0"
... ...
......