diff options
| author | Daniel Manrique <roadmr@ubuntu.com> | 2014-10-07 08:47:52 +0000 |
|---|---|---|
| committer | Daniel Manrique <> | 2014-10-07 08:47:52 +0000 |
| commit | 1ebebb89a68328c948b7a58b7e71c10e28366b46 (patch) | |
| tree | 287773f0152f1834b52237e95ad36cba46310bf8 | |
| parent | a6f93e06a240b6ed1bffc43db945afc6d7578bf1 (diff) | |
| parent | e28aacf0b25e8a60087faf7fb1f0b42b26f488e4 (diff) | |
"providers:plainbox: fwts runs only cert tests if not parametrized otherwise. This restores old behavior while still allowing running the new tests. [r=cypressyew][bug=1373769][author=roadmr]"
| -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 029c1ec9..127858a3 100755 --- a/bin/fwts_test +++ b/bin/fwts_test @@ -317,7 +317,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: |
