shlist

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

commit bfa1e789d5176c5cf4206ab90c3cf7fe22b367fc
parent 873b9d6c8725b82c3a7dbf691374ca646ccbb050
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon, 23 Nov 2015 00:58:38 -0500

run_tests.sh: suppress bash Terminated output

Diffstat:
Mrun_tests.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run_tests.sh b/run_tests.sh @@ -41,7 +41,7 @@ for t in `ls tests/*/Makefile`; do # kill the server and wait for it to shut down kill $server_pid - wait + wait 2>/dev/null if ! make -s -C $test_dir diff; then fail $test_dir "diff failed"