diff options
| author | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-26 17:07:52 -0400 |
|---|---|---|
| committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-26 17:07:52 -0400 |
| commit | e28aacf0b25e8a60087faf7fb1f0b42b26f488e4 (patch) | |
| tree | 046bbd40077900d43fd96adeb8e285b41e2fab50 | |
| parent | 849e07e9c3983f95e8a06098eb6f5ef062e902d1 (diff) | |
providers:plainbox: fwts runs only cert tests if not parametrized otherwise
| -rwxr-xr-x | bin/fwts_test | 2 |
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: |
