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 943edf9 commit 53d012fCopy full SHA for 53d012f
tools/scripts/x86_fsp/qemu/test_qemu.sh
@@ -53,6 +53,7 @@ sleep 5
53
# close qemu
54
timeout 5 echo 'quit' > /tmp/qemu_mon.in
55
output=$(cat /tmp/qemu_output)
56
+set +e
57
app=$(echo "$output" | grep -m 1 "wolfBoot QEMU x86 FSP test app")
58
if [ -n "$app" ]; then
59
echo "Found 'wolfBoot QEMU x86 FSP test app' in the output."
0 commit comments