diff options
author | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-10-25 00:43:01 -0400 |
---|---|---|
committer | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-06 13:00:12 -0500 |
commit | 445ab9ae8dce1fa841f5fed19c749af82015a08b (patch) | |
tree | da6eefecbf6b6e4e5e5b8945cb58047aca347e09 /python/servo/mutation/test.py | |
parent | af605a6e099253bdf7d0f269f896247a82c97862 (diff) | |
download | servo-445ab9ae8dce1fa841f5fed19c749af82015a08b.tar.gz servo-445ab9ae8dce1fa841f5fed19c749af82015a08b.zip |
Reverting wrong comment.
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: |