We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d5773 commit 26700a4Copy full SHA for 26700a4
test/units/testsuite-04.bsod.sh
@@ -35,9 +35,9 @@ vcs_dump_and_check() {
35
# so try it a couple of times
36
for _ in {0..9}; do
37
setterm --term linux --dump --file /tmp/console.dump
38
- if grep -aq "Press any key to exit" /tmp/console.dump
39
- grep -aq "$expected_message" /tmp/console.dump
40
- grep -aq "The current boot has failed" /tmp/console.dump; then
+ if grep -aq "Press any key to exit" /tmp/console.dump &&
+ grep -aq "$expected_message" /tmp/console.dump &&
+ grep -aq "The current boot has failed" /tmp/console.dump; then
41
42
return 0
43
fi
0 commit comments