ACK: [PATCH 3/3] live-image/fwts-frontend-text: update to --uefitests and --acpitests

Colin Ian King colin.king at canonical.com
Tue Jul 7 08:56:02 UTC 2015


On 07/07/15 09:52, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  live-image/fwts-frontend-text | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
> index 3119895..213eb8d 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 --uefi --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS
> +		fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS
>  		while read test text
>  		do
>  			((x++))
> @@ -248,15 +248,15 @@ 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 --uefi" 'Running Batch Tests'
> +			do_test "--batch --uefitests" 'Running Batch Tests'
>  			done_tests_finish
>  			;;
>  		'2')
> -			do_test "--acpi" 'Running ACPI Tests'
> +			do_test "--acpitests" 'Running ACPI Tests'
>  			done_tests_finish
>  			;;
>  		'3')
> -			do_test "--uefi" 'Running UEFI Tests'
> +			do_test "--uefitests" 'Running UEFI Tests'
>  			done_tests_finish
>  			;;
>  		'4')
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list