Skip to content

Commit f6521f6

Browse files
committed
KMSCube: show debug log in stdout
Print debug log to stdout. This helps debugging issues when running tests in LAVA as the debug log is saved to the LAVA job log. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent 2e44fdd commit f6521f6

File tree

1 file changed

+1
-0
lines changed
  • Runner/suites/Multimedia/Graphics/KMSCube

1 file changed

+1
-0
lines changed

Runner/suites/Multimedia/Graphics/KMSCube/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ log_info "Running kmscube with --count=${FRAME_COUNT} ..."
7777
if kmscube --count="${FRAME_COUNT}" >"$LOG_FILE" 2>&1; then :; else
7878
rc=$?
7979
log_fail "$TESTNAME : Execution failed (rc=$rc) — see $LOG_FILE"
80+
cat "$LOG_FILE"
8081
echo "$TESTNAME FAIL" >"$RES_FILE"
8182
if [ "$weston_was_running" -eq 1 ]; then
8283
log_info "Restarting Weston after failure"

0 commit comments

Comments
 (0)