Skip to content

Commit

Permalink
use configlang for new test files location
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 6, 2023
1 parent d29be6d commit be55484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if [ -n "$RUNTEST" ]; then
(cd src/lib/ebus/test && make test_symbol && ./test_symbol) > test.txt || testdie "symbol"
fi
# note: this can't run on file system base when using qemu for arm 32bit and host is 64bit due to glibc readdir() inode 32 bit values (see https://bugs.launchpad.net/qemu/+bug/1805913), thus using test end point instead:
("$RELEASE/usr/bin/ebusd" -f -s -c https://cfg.ebusd.eu/test -d /dev/null --log=all:debug --inject=stop 10fe0900040000803e/ > test.txt) || testdie "float conversion"
("$RELEASE/usr/bin/ebusd" -f -s --configlang=tt -d /dev/null --log=all:debug --inject=stop 10fe0900040000803e/ > test.txt) || testdie "float conversion"
egrep "received update-read broadcast test QQ=10: 0\.25$" test.txt || testdie "float result"
fi

Expand Down

0 comments on commit be55484

Please sign in to comment.