Skip to content

Commit 53d012f

Browse files
committed
x86_fsp: test_qemu.sh: allow grep to return error when checking output
1 parent 943edf9 commit 53d012f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/scripts/x86_fsp/qemu/test_qemu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ sleep 5
5353
# close qemu
5454
timeout 5 echo 'quit' > /tmp/qemu_mon.in
5555
output=$(cat /tmp/qemu_output)
56+
set +e
5657
app=$(echo "$output" | grep -m 1 "wolfBoot QEMU x86 FSP test app")
5758
if [ -n "$app" ]; then
5859
echo "Found 'wolfBoot QEMU x86 FSP test app' in the output."

0 commit comments

Comments
 (0)