build.sh now shows server output in stdout

This commit is contained in:
shockrah 2020-10-21 22:32:43 -07:00
parent ec732dfd34
commit 33234f8e18

View File

@ -18,7 +18,7 @@ while getopts ":htbr" arg; do
t) t)
cargo build 1>/dev/null 2>&1 cargo build 1>/dev/null 2>&1
cargo test 1>/dev/null 2>&1 cargo test 1>/dev/null 2>&1
cargo run -- -s 1>/dev/null 2>&1 & cargo run -- -s &
server=$! server=$!
echo Waiting on server to spin up && sleep 2 echo Waiting on server to spin up && sleep 2