build.sh now shows server output in stdout
This commit is contained in:
parent
ec732dfd34
commit
33234f8e18
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user