aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/mutation/test.py
diff options
context:
space:
mode:
authorSandeep Hegde <dsandeephegde@gmail.com>2017-10-25 00:43:01 -0400
committerSandeep Hegde <dsandeephegde@gmail.com>2017-11-06 13:00:12 -0500
commit445ab9ae8dce1fa841f5fed19c749af82015a08b (patch)
treeda6eefecbf6b6e4e5e5b8945cb58047aca347e09 /python/servo/mutation/test.py
parentaf605a6e099253bdf7d0f269f896247a82c97862 (diff)
downloadservo-445ab9ae8dce1fa841f5fed19c749af82015a08b.tar.gz
servo-445ab9ae8dce1fa841f5fed19c749af82015a08b.zip
Reverting wrong comment.
Diffstat (limited to 'python/servo/mutation/test.py')
-rw-r--r--python/servo/mutation/test.py2
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: