From e71f960ee18805cf2b6579ddc8793f1d1c780801 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 3 Nov 2020 21:42:40 -0800 Subject: [PATCH] For now the test flag just dumps _everything_ to stdout instead of for the sake of usability --- server-api/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-api/build.sh b/server-api/build.sh index 21c300a..a419e3c 100755 --- a/server-api/build.sh +++ b/server-api/build.sh @@ -23,7 +23,7 @@ while getopts ":htbr" arg; do echo Waiting on server to spin up && sleep 2 export CARGO_BIN=$HOME/.cargo/bin/cargo - python3 client-tests/client.py > 'test.log' + python3 client-tests/client.py kill -9 $server ;; b)cargo build;;