diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 09bdcf1..cbc2d1f 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4355,7 +4355,7 @@ recommended as it is not supported on some platforms''') Subprojects sub: YES - sub2: NO + sub2: NO Problem encountered: This subproject failed ''') expected_lines = expected.split('\n')[1:] out_start = out.find(expected_lines[0]) |