Skip to content

Commit e5ce9e6

Browse files
committed
Attempt to debug the s390x failure
1 parent 3a45c70 commit e5ce9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-runner-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ timeout 30s qemu-system-$arch \
2020
-append init=/run_prog.sh > output || true
2121

2222
# remove kernel messages
23-
tr -d '\r' < output | egrep -v '^\['
23+
tr -d '\r' < output #| egrep -v '^\['
2424

2525
egrep "(PASSED)|(test result: ok)" output > /dev/null

0 commit comments

Comments
 (0)