diff --git a/test.sh b/test.sh index 6f6eb0c..8809384 100755 --- a/test.sh +++ b/test.sh @@ -15,7 +15,7 @@ cargo build --example single-thing cargo run --example single-thing & EXAMPLE_PID=$! sleep 5 -./webthing-tester/test-client.py +./webthing-tester/test-client.py --flavor WoT kill -15 $EXAMPLE_PID # build and test the multiple-things example @@ -23,5 +23,5 @@ cargo build --example multiple-things cargo run --example multiple-things & EXAMPLE_PID=$! sleep 5 -./webthing-tester/test-client.py --path-prefix "/0" +./webthing-tester/test-client.py --path-prefix "/0" --flavor WoT kill -15 $EXAMPLE_PID