From 8847668b981737143edbb04936c92fbed1cbac34 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Jan 2021 12:56:07 +0100 Subject: [PATCH] update test to match new location --- tools/pm3_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pm3_tests.sh b/tools/pm3_tests.sh index 86a3b852a..36b2a3494 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -221,7 +221,7 @@ while true; do if $TESTALL || $TESTCOMMON; then echo -e "\n${C_BLUE}Testing common:${C_NC}" if ! CheckFileExist "hardnested tables exists" "./client/resources/hardnested_tables/bitflip_0_001_states.bin.bz2"; then break; fi - if ! CheckFileExist "simmodule fw file exists" "./tools/simmodule/sim011.bin"; then break; fi + if ! CheckFileExist "simmodule fw file exists" "./client/resources/sim011.bin"; then break; fi echo -e "\n${C_BLUE}Testing tools:${C_NC}" if ! CheckExecute "xorcheck test" "tools/xorcheck.py 04 00 80 64 ba" "final LRC XOR byte value: 5A"; then break; fi if ! CheckExecute "findbits test" "tools/findbits.py 73 0110010101110011" "Match at bit 9: 011001010"; then break; fi