summaryrefslogtreecommitdiff
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2014-09-26 17:07:52 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2014-09-26 17:07:52 -0400
commite28aacf0b25e8a60087faf7fb1f0b42b26f488e4 (patch)
tree046bbd40077900d43fd96adeb8e285b41e2fab50
parent849e07e9c3983f95e8a06098eb6f5ef062e902d1 (diff)
providers:plainbox: fwts runs only cert tests if not parametrized otherwise
-rwxr-xr-xbin/fwts_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fwts_test b/bin/fwts_test
index 646c2df2..f3f2ebdd 100755
--- a/bin/fwts_test
+++ b/bin/fwts_test
@@ -302,7 +302,7 @@ def main():
args.resume_time = 3
tests.extend(args.sleep)
else:
- tests.extend(TESTS)
+ tests.extend(CERT_TESTS)
# run the tests we want
if args.sleep: