diff options
author | Yung Shen <yung.shen@canonical.com> | 2015-07-16 12:08:26 +0800 |
---|---|---|
committer | Yung Shen <yung.shen@canonical.com> | 2015-07-16 12:08:26 +0800 |
commit | 7879f087b155c1c2c22c11e5152db20cc24872d2 (patch) | |
tree | 2016db3ccffc90d61fc1ea65cd3ba8a07c70beff /jobs | |
parent | 444ae5e63c299fe9b42f95387d987e250aa9dcd4 (diff) |
firmware/no_ACPI_REV_interface: Fixed the grep logic and reverse the exit code
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/firmware.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |