diff mbox series

[3/4] live-image: add utils tests to "Selected" menu

Message ID 20210617201153.67045-3-alex.hung@canonical.com
State Accepted
Headers show
Series [1/4] tpmevlog: add to batch tests | expand

Commit Message

Alex Hung June 17, 2021, 8:11 p.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 live-image/fwts-frontend-text | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King June 18, 2021, 10:08 p.m. UTC | #1
On 17/06/2021 21:11, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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 5ac327dd..815b09ee 100755
> --- a/live-image/fwts-frontend-text
> +++ b/live-image/fwts-frontend-text
> @@ -99,7 +99,7 @@ select_tests()
>  		#
>  		#  Discover available tests
>  		#
> -		fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS
> +		fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS
>  		while read test text
>  		do
>  			((x++))
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
ivanhu June 21, 2021, 2:53 a.m. UTC | #2
On 6/18/21 4:11 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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 5ac327dd..815b09ee 100755
> --- a/live-image/fwts-frontend-text
> +++ b/live-image/fwts-frontend-text
> @@ -99,7 +99,7 @@ select_tests()
>  		#
>  		#  Discover available tests
>  		#
> -		fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS
> +		fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS
>  		while read test text
>  		do
>  			((x++))
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
index 5ac327dd..815b09ee 100755
--- a/live-image/fwts-frontend-text
+++ b/live-image/fwts-frontend-text
@@ -99,7 +99,7 @@  select_tests()
 		#
 		#  Discover available tests
 		#
-		fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS
+		fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS
 		while read test text
 		do
 			((x++))