Skip to content

Commit

Permalink
Update the tester to check for the WoT-conforming things
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 7, 2022
1 parent 56e8877 commit e05ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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
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

0 comments on commit e05ed86

Please sign in to comment.