Skip to content

Commit a9ff6a4

Browse files
committed
ui-smoke: show the driver's stderr in the quit path
quit-launch.sh catted ui-smoke.out but not ui-smoke.err, hiding the driver's failure reason (e.g. the GUI-crashed message) on a quit-path failure. Cat it like launch.sh already does.
1 parent 93ad820 commit a9ff6a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ui-smoke/_lib/quit-launch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ echo "=== linuxcnc.err ==="
120120
[ -f linuxcnc.err ] && cat linuxcnc.err
121121
echo "=== ui-smoke.out ==="
122122
[ -f ui-smoke.out ] && cat ui-smoke.out
123+
echo "=== ui-smoke.err ==="
124+
[ -f ui-smoke.err ] && cat ui-smoke.err
123125

124126
# If the GUI dumped a core, print its native backtrace.
125127
crashdump_report

0 commit comments

Comments
 (0)