Quote test script name for easier debugging

This commit is contained in:
Matthias Beyer 2016-04-16 16:24:38 +02:00
parent 8b7f6d2e8e
commit 4cee962a06

View file

@ -41,7 +41,7 @@ script:
}
run_sh_test() {
echo "--- Running test script: $1"
echo "--- Running test script: '$1'"
bash $1 || { echo "--- Test failed. Exiting"; exit 1; }
echo "--- Test script $1 executed successfully"
}