Skip to content
Snippets Groups Projects
Commit eda46671 authored by Lukas Braun's avatar Lukas Braun
Browse files

test_pg.sh: fail the script if compiling tests fails

wait without arguments always succeeds, with jobspec it returns the exit
code of that job.
parent b45b5e8f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ trap 'start_pg_cleanup' EXIT INT
createdb goatherd_test
echo Waiting for compile to finish
wait
wait %1
echo
echo ===== Tests =====
......
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