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)
cargo build 1>/dev/null 2>&1
cargo test 1>/dev/null 2>&1
cargo run -- -s 1>/dev/null 2>&1 &
cargo run -- -s &
server=$!
echo Waiting on server to spin up && sleep 2