diff options
author | stijn <stijn@ignitron.net> | 2016-10-05 12:34:18 +0200 |
---|---|---|
committer | stijn <stijn@ignitron.net> | 2016-10-05 12:58:50 +0200 |
commit | 7f19b1c3eb488a8466fd1fca0530dba6a02d9f1a (patch) | |
tree | aaf7fdd6c3a16a5d4a53d13a3232193e8c3910c2 /tests/run-tests | |
parent | b89ac9db78def244fca8a38636709a14ff39dcd9 (diff) |
tests: Fix expected output of verbose cmdline test
The output might contain more than one line ending in 5b so properly skip
everything until the next known point.
This fixes test failures in appveyor debug builds.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 4a2889497..cb920c094 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -267,7 +267,6 @@ def run_tests(pyb, tests, args): # Some tests use unsupported features on Windows if os.name == 'nt': skip_tests.add('import/import_file.py') # works but CPython prints forward slashes - skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds # Some tests are known to fail with native emitter # Remove them from the below when they work |