Quote test script name for easier debugging
This commit is contained in:
parent
8b7f6d2e8e
commit
4cee962a06
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue