Skip to content
Snippets Groups Projects
Commit e67bc141 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Using the basic shell instead of Bourne-again shell does not work (echo behaves differently)

parent 0baceca6
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ zu finden ist.
Das Skript kompiliert die Board Klasse automatisch und führt danach die Tests aus. Ein Aufruf dieses Skripts funktioniert wie folgt:
```
sh run-tests.sh FULL_PATH_TO_BOARD_CLASS [PARAMETER]
bash run-tests.sh FULL_PATH_TO_BOARD_CLASS [PARAMETER]
```
### Beispiel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment