diff --git a/installation-tests/README.md b/installation-tests/README.md index 0e3274e4e6..49bcf46608 100644 --- a/installation-tests/README.md +++ b/installation-tests/README.md @@ -6,6 +6,7 @@ Each test is set with a separate folder that contains all scripts from To create a new test, create a new file that starts with `test_*.sh` with the following header: + ```bash #!/bin/bash source ./initialize_test.sh && initialize_test "$@" # initialize test