mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
Refactor test
This commit is contained in:
@@ -4,10 +4,9 @@ set -ex
|
||||
|
||||
cargo build
|
||||
|
||||
for cargo_file in */Cargo.toml
|
||||
do
|
||||
target/debug/$(dirname $cargo_file) &
|
||||
pid=$!
|
||||
sleep 10
|
||||
kill $pid
|
||||
for cargo_file in */Cargo.toml; do
|
||||
target/debug/$(dirname $cargo_file) &
|
||||
pid=$!
|
||||
sleep 20
|
||||
kill $pid
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user