Skip to content

Commit

Permalink
more verbose on test
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Feb 13, 2022
1 parent 8fcdf53 commit f76dc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ if [ -n "$RUNTEST" ]; then
cat test.txt || true
exit 1
}
($RELEASE/usr/bin/ebusd -f -c src/lib/ebus/test -d /dev/null --inject=stop 10fe0900040000803e/ | egrep "received update-read broadcast test QQ=10: 0\.25$") || testdie "float conversion"
($RELEASE/usr/bin/ebusd -f -c src/lib/ebus/test -d /dev/null --inject=stop 10fe0900040000803e/ > src/lib/ebus/test/test.txt) || testdie "float conversion"
egrep "received update-read broadcast test QQ=10: 0\.25$" src/lib/ebus/test/test.txt || testdir "float result"
if [ "$RUNTEST" = "full" ]; then
(cd src/lib/ebus/test && make test_filereader && ./test_filereader > test.txt) || testdie "filereader"
(cd src/lib/ebus/test && make test_data && ./test_data > test.txt) || testdie "data"
Expand Down

0 comments on commit f76dc2d

Please sign in to comment.