Skip to content

fix: Update Display test results to .res file#506

Open
vnarapar wants to merge 1 commit into
qualcomm-linux:mainfrom
vnarapar:weston-smoke_fix
Open

fix: Update Display test results to .res file#506
vnarapar wants to merge 1 commit into
qualcomm-linux:mainfrom
vnarapar:weston-smoke_fix

Conversation

@vnarapar

@vnarapar vnarapar commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Fix Display testscripts to update the PASS/FAIL status to result file

Fix Display testscripts to update the PASS/FAIL status to result
file

Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PASS write duplicates the existing final result write at line 279, and the FAIL path duplicates it again at line 288 across the files it is same. So i would suggest it is a duplicate result updation.


if [ "$final" = "PASS" ]; then
log_pass "${TESTNAME} : PASS"
echo "${TESTNAME} PASS" >"$RES_FILE"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PASS write duplicates the existing final result write at line 279, and the FAIL path duplicates it again at line 288.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants