Skip to content

Commit

Permalink
make ets script a bit chattier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap van der Plas committed Apr 16, 2021
1 parent 3c158bc commit 88b1e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-ets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ echo "running retesteth"
retesteth -- --testpath src/ets/resources/ets --datadir src/ets/resources/config --clients mantis > retesteth-stdout.txt 2> retesteth-stderr.txt
code=$?

echo "retesteth exited with code $code"

echo "shutting down mantis"
kill %1

exit $code

0 comments on commit 88b1e79

Please sign in to comment.