diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index f800d03..82c1b80 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -951,6 +951,8 @@ class LinuxlikeTests(BasePlatformTests): for each in compdb: if each['file'].endswith('GLib.Thread.c'): vala_command = each['command'] + elif each['file'].endswith('GLib.Thread.vala'): + continue elif each['file'].endswith('retcode.c'): c_command = each['command'] else: |