diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2020-05-13 14:35:32 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-06-05 14:08:47 +1000 |
| commit | 9902ce12eb59e0503072d9d980d5712e32b78fd2 (patch) | |
| tree | 24894169baa7e7fa35c0917c7ba5db418579574b /tests/run-multitests.py | |
| parent | c07ea3e4c2cfd9fe75a8b207a39d8bb0295fcc3b (diff) | |
tests/multi_bluetooth: Update to work with new BLE events.
Updates the tests to use non-bitmask events, event renames, as well as some
of the new completion events to improve reliability of the tests.
Diffstat (limited to 'tests/run-multitests.py')
| -rwxr-xr-x | tests/run-multitests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-multitests.py b/tests/run-multitests.py index c83895fb6..567e9b5ff 100755 --- a/tests/run-multitests.py +++ b/tests/run-multitests.py @@ -289,7 +289,7 @@ def run_test_on_instances(test_file, num_instances, instances): continue num_output += 1 last_read_time[idx] = time.time() - if out is not None: + if out is not None and not any(m in out for m in IGNORE_OUTPUT_MATCHES): trace_instance_output(idx, out) output[idx].append(out) if err is not None: |
