We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884bd14 commit b462a14Copy full SHA for b462a14
Runner/suites/Kernel/FunctionalArea/baseport/Interrupts/run.sh
@@ -57,8 +57,10 @@ echo "$initial_count" | while read -r line; do
57
echo $fail_test
58
if [ "$fail_test" = false ]; then
59
log_pass "$TESTNAME : Test Passed"
60
+ echo "$TESTNAME PASS" > $test_path/$TESTNAME.res
61
else
62
log_fail "$TESTNAME : Test Failed"
63
+ echo "$TESTNAME FAIL" > $test_path/$TESTNAME.res
64
fi
65
done
66
log_info "-------------------Completed $TESTNAME Testcase----------------------------"
0 commit comments