From 7879f087b155c1c2c22c11e5152db20cc24872d2 Mon Sep 17 00:00:00 2001 From: Yung Shen Date: Thu, 16 Jul 2015 12:08:26 +0800 Subject: firmware/no_ACPI_REV_interface: Fixed the grep logic and reverse the exit code --- jobs/firmware.txt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jobs') diff --git a/jobs/firmware.txt.in b/jobs/firmware.txt.in index bee0e52..7797056 100644 --- a/jobs/firmware.txt.in +++ b/jobs/firmware.txt.in @@ -60,5 +60,5 @@ id: firmware/no_ACPI_REV_interface _summary: No _REV interface in ACPI [DS]SDT tables user: root estimated_duration: 0.5 -command: grep -r "_REV" /sys/firmware/acpi/tables/* | grep -v [DS]SDT -_description: This Automated test checks misuse of the _REV interface in ACPI [DS]SDT tables +command: ! sudo grep -r "_REV" /sys/firmware/acpi/tables/* | grep [DS]SDT +_description: This Automated test checks misuse of the _REV interface in ACPI DSDT and SSDT tables -- cgit v1.2.3