summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2015-07-16 22:36:20 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2015-07-16 22:36:20 +0200
commit438dda3f95762ff7dfcb698d3d36d8b838006300 (patch)
treee25999f4ad28625ba9dd1374863d1b5f9d0e7031
parentd46b45cb4acdfaa2853a2a11ae6654ea710ce1d1 (diff)
cherry-pick commit 3896
-rw-r--r--jobs/firmware.txt.in4
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