We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbb8ba commit 5965c74Copy full SHA for 5965c74
test.sh
@@ -15,13 +15,13 @@ cargo build --example single-thing
15
cargo run --example single-thing &
16
EXAMPLE_PID=$!
17
sleep 5
18
-./webthing-tester/test-client.py
+./webthing-tester/test-client.py --flavor WoT
19
kill -15 $EXAMPLE_PID
20
21
# build and test the multiple-things example
22
cargo build --example multiple-things
23
cargo run --example multiple-things &
24
25
26
-./webthing-tester/test-client.py --path-prefix "/0"
+./webthing-tester/test-client.py --path-prefix "/0" --flavor WoT
27
0 commit comments