shlist

share and manage lists between multiple people
Log | Files | Refs

commit 54619d995cc2a478a20ad25a4826ef41e310802c
parent 8eae33321610c7c1eeeb4b91223c7a273297ab55
Author: kyle <kyle@getaddrinfo.net>
Date:   Wed, 28 Oct 2015 00:33:40 -0600

tests: clean up server.log file

Diffstat:
Mrun_tests.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh @@ -15,6 +15,7 @@ trap sigint_handler int sigint_handler() { # remove temp db, and kill this process group rm $temp_db + rm server.log kill 0 } @@ -123,6 +124,7 @@ printf "(took %i min %i sec)\n" $((SECONDS/60)) $((SECONDS%60)) kill $server_pid rm $temp_db +rm server.log if [ $failed -ne 0 ]; then exit 1