For now the test flag just dumps _everything_ to stdout instead of for the sake of usability
This commit is contained in:
parent
1431d62ba5
commit
e71f960ee1
@ -23,7 +23,7 @@ while getopts ":htbr" arg; do
|
|||||||
echo Waiting on server to spin up && sleep 2
|
echo Waiting on server to spin up && sleep 2
|
||||||
|
|
||||||
export CARGO_BIN=$HOME/.cargo/bin/cargo
|
export CARGO_BIN=$HOME/.cargo/bin/cargo
|
||||||
python3 client-tests/client.py > 'test.log'
|
python3 client-tests/client.py
|
||||||
kill -9 $server
|
kill -9 $server
|
||||||
;;
|
;;
|
||||||
b)cargo build;;
|
b)cargo build;;
|
||||||
|
Loading…
Reference in New Issue
Block a user