Skip to content

Commit 5965c74

Browse files
committed
Update the tester to check for the WoT-conforming things
Requires WebThingsIO/webthing-tester#5
1 parent 5bbb8ba commit 5965c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ cargo build --example single-thing
1515
cargo run --example single-thing &
1616
EXAMPLE_PID=$!
1717
sleep 5
18-
./webthing-tester/test-client.py
18+
./webthing-tester/test-client.py --flavor WoT
1919
kill -15 $EXAMPLE_PID
2020

2121
# build and test the multiple-things example
2222
cargo build --example multiple-things
2323
cargo run --example multiple-things &
2424
EXAMPLE_PID=$!
2525
sleep 5
26-
./webthing-tester/test-client.py --path-prefix "/0"
26+
./webthing-tester/test-client.py --path-prefix "/0" --flavor WoT
2727
kill -15 $EXAMPLE_PID

0 commit comments

Comments
 (0)