ACK: [PATCH] fwts-test: fix typos for uefi acpi table regression test
Colin Ian King
colin.king at canonical.com
Thu Aug 6 07:49:38 UTC 2015
On 06/08/15 08:40, Ivan Hu wrote:
> Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
> ---
> fwts-test/uefi-0001/test-0002.sh | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fwts-test/uefi-0001/test-0002.sh b/fwts-test/uefi-0001/test-0002.sh
> index 44baaeb..3e91cc2 100755
> --- a/fwts-test/uefi-0001/test-0002.sh
> +++ b/fwts-test/uefi-0001/test-0002.sh
> @@ -4,8 +4,8 @@ TEST="Test table against invalid UEFI"
> NAME=test-0001.sh
> TMPLOG=$TMP/uefi.log.$$
>
> -$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/uefi-0001/acpidump-0001.log uefi - | cut -c7- | grep "^uefi" > $TMPLOG
> -diff $TMPLOG $FWTSTESTDIR/uefi-0001/uefi-0001.log >> $FAILURE_LOG
> +$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/uefi-0001/acpidump-0002.log uefi - | cut -c7- | grep "^uefi" > $TMPLOG
> +diff $TMPLOG $FWTSTESTDIR/uefi-0001/uefi-0002.log >> $FAILURE_LOG
> ret=$?
> if [ $ret -eq 0 ]; then
> echo PASSED: $TEST, $NAME
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list