For now the test flag just dumps _everything_ to stdout instead of for the sake of usability

This commit is contained in:
shockrah 2020-11-03 21:42:40 -08:00
parent 1431d62ba5
commit e71f960ee1

View File

@ -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;;