From 92426a26a4f56d8a8a33d98837c98f6effe0f613 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 9 Apr 2026 12:36:55 +0700 Subject: [PATCH] update test to match new param name --- 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 b6e534b17..04b7fdd79 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -451,7 +451,7 @@ while true; do echo -e "\n${C_BLUE}Testing scripts:${C_NC}" if ! CheckExecute "script run cmdscript" "$CLIENTBIN -c 'script run example.cmd'" "remark: world"; then break; fi - if ! CheckExecute "script run luascript" "$CLIENTBIN -c 'script run data_hex_crc -b 010203040506070809'" "CDMA2000.*7B02"; then break; fi + if ! CheckExecute "script run luascript" "$CLIENTBIN -c 'script run data_hex_crc -d 010203040506070809'" "CDMA2000.*7B02"; then break; fi CheckExecute ignore "check Python support" "$CLIENTBIN -c 'hw version'" "Python script.*present" if [ $RESULT -eq 0 ]; then