tests/qemu-boot-test: Fix alternate platform tests

Change-Id: I519969809502ba45336c4a54d514a8f7303bb3a6
This commit is contained in:
Alexander von Gluck IV 2020-01-01 20:50:24 -06:00
parent 958151e8b9
commit bb47979f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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"
;;