From 841e25288f8c43a03b6a9cba07450916a4c70cba Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Thu, 12 Sep 2013 13:27:24 +0800 Subject: [PATCH] live-image/fwts-frontend-text: add uefi tests to fwts-live Buglink: https://bugs.launchpad.net/bugs/1223793 Signed-off-by: Alex Hung --- 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 6f1b46d..2d1d3d2 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -92,7 +92,7 @@ select_tests() # # Discover available tests # - fwts --batch --batch-experimental --show-tests | grep "^ " > $OPTIONS + fwts --batch --batch-experimental --uefi --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS while read test text do ((x++)) -- 1.8.1.2