diff options
Diffstat (limited to 'python/servo/mutation/test.py')
-rw-r--r-- | python/servo/mutation/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/mutation/test.py b/python/servo/mutation/test.py index 533e7cffe4b..76f88af36f3 100644 --- a/python/servo/mutation/test.py +++ b/python/servo/mutation/test.py @@ -21,7 +21,7 @@ def mutation_test(file_name, tests): mutate_line(file_name, lineToMutate) print "compling mutant {0}-{1}".format(file_name, lineToMutate) sys.stdout.flush() - #subprocess.call('python mach build --release', shell=True) + subprocess.call('python mach build --release', shell=True) print "running tests for mutant {0}-{1}".format(file_name, lineToMutate) sys.stdout.flush() for test in tests: |