updated test script

This commit is contained in:
Armin Briegel
2022-09-02 12:44:58 +02:00
parent 18b5d87760
commit 003647bab2
2 changed files with 12 additions and 7 deletions

View File

@@ -121,7 +121,6 @@ chmod +x $destination_file
if [[ $runScript -eq 1 ]]; then
$destination_file "$@"
exit_code=$?
echo "exit_code is $exit_code"
fi
# copy the script to root of repo when flag is set