[PATCH] live-image: Add UEFI tests to the run all batch tests menu item (LP: #1322545)
Colin King
colin.king at canonical.com
Fri May 23 13:12:14 UTC 2014
From: Colin Ian King <colin.king at canonical.com>
UEFI tests should be added to the "batch tests" to avoid confusion especially
as we want to test these like all other older BIOS tests.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
live-image/fwts-frontend-text | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
index aa9928f..2f82749 100755
--- a/live-image/fwts-frontend-text
+++ b/live-image/fwts-frontend-text
@@ -247,7 +247,7 @@ The default below is to run just all the Batch Tests, but you can select more te
cd $WORK_DIR >& /dev/null
case `cat $OPTIONS` in
'1')
- do_test "--batch" 'Running Batch Tests'
+ do_test "--batch --uefi" 'Running Batch Tests'
done_tests_finish
;;
'2')
--
2.0.0.rc0
More information about the fwts-devel
mailing list