diff --git a/Runner/suites/Kernel/Baseport/Timer/run.sh b/Runner/suites/Kernel/Baseport/Timer/run.sh index 7abc3d16..3e0e6712 100755 --- a/Runner/suites/Kernel/Baseport/Timer/run.sh +++ b/Runner/suites/Kernel/Baseport/Timer/run.sh @@ -29,6 +29,39 @@ fi # shellcheck disable=SC1090,SC1091 . "$TOOLS/functestlib.sh" +# --- Parse CLI argument for custom binary path --- +show_help() { + cat < "$res_file" + exit 0 +fi # Run the binary and capture the output -OUTPUT=$($BINARY_PATH) +OUTPUT=$($BINARY) +echo $OUTPUT # Check if "pass:7" is in the output if echo "${OUTPUT}" | grep "pass:7"; then