From bb47979f4fcf6862220c0913840212f2073cf54a Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 1 Jan 2020 20:50:24 -0600 Subject: [PATCH] tests/qemu-boot-test: Fix alternate platform tests Change-Id: I519969809502ba45336c4a54d514a8f7303bb3a6 --- src/tests/qemu-boot-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/qemu-boot-test b/src/tests/qemu-boot-test index c7b4135c53..add9556e33 100755 --- a/src/tests/qemu-boot-test +++ b/src/tests/qemu-boot-test @@ -26,7 +26,7 @@ function check_logs { egrep -i "FATAL|ERROR|FAIL|GDB" $FILE | grep -vi " No error" } -case "$C" in +case "$PLATFORM" in "bios") EXTRAS="$EXTRAS" ;;