diff options
Diffstat (limited to 'test/Repository/M4.py')
-rw-r--r-- | test/Repository/M4.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Repository/M4.py b/test/Repository/M4.py index fe1eb7b..29647e9 100644 --- a/test/Repository/M4.py +++ b/test/Repository/M4.py @@ -36,6 +36,10 @@ _python_ = TestSCons._python_ test = TestSCons.TestSCons() +# TODO: figure out how to write the coverage data to the locked folder or maybe somewhere else +if 'COVERAGE_PROCESS_START' in os.environ: + test.skip_test("this test locks the folder for writing meaning coverage data can not be written; skipping test.") + test.subdir('work', 'repository', ['repository', 'src']) test.write('mym4.py', """ |