use configlang for new test files location

This commit is contained in:
John
2023-01-06 08:00:19 +01:00
parent d29be6d96c
commit be554841fb
+1 -1
View File
@@ -103,7 +103,7 @@ if [ -n "$RUNTEST" ]; then
(cd src/lib/ebus/test && make test_symbol && ./test_symbol) > test.txt || testdie "symbol" (cd src/lib/ebus/test && make test_symbol && ./test_symbol) > test.txt || testdie "symbol"
fi 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: # 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" egrep "received update-read broadcast test QQ=10: 0\.25$" test.txt || testdie "float result"
fi fi