Skip to content

Commit 72946d2

Browse files
committed
Updated video sh script to emit results including failure count info
Signed-off-by: Nitin Nakka <nitinn@qti.qualcomm.com>
1 parent 78acf3c commit 72946d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Runner/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode

Runner/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ log_info "Skipped: $skip_count"
638638
if [ "$fail_count" -eq 0 ] && [ "$pass_count" -gt 0 ]; then
639639
result="PASS"
640640
if [ "$skip_count" -gt 0 ]; then
641-
reason="No failures (passed: $pass_count, skipped: $skip_count, total: $actual_total)"
641+
reason="No failures (passed: $pass_count, failed: $fail_count, skipped: $skip_count, total: $actual_total)"
642642
else
643643
reason="All tests passed ($pass_count/$actual_total)"
644644
fi

0 commit comments

Comments
 (0)