From 445ab9ae8dce1fa841f5fed19c749af82015a08b Mon Sep 17 00:00:00 2001 From: Sandeep Hegde Date: Wed, 25 Oct 2017 00:43:01 -0400 Subject: [PATCH] Reverting wrong comment. --- python/servo/mutation/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: