Reverting wrong comment.

This commit is contained in:
Sandeep Hegde 2017-10-25 00:43:01 -04:00
parent af605a6e09
commit 445ab9ae8d

View file

@ -21,7 +21,7 @@ def mutation_test(file_name, tests):
mutate_line(file_name, lineToMutate) mutate_line(file_name, lineToMutate)
print "compling mutant {0}-{1}".format(file_name, lineToMutate) print "compling mutant {0}-{1}".format(file_name, lineToMutate)
sys.stdout.flush() 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) print "running tests for mutant {0}-{1}".format(file_name, lineToMutate)
sys.stdout.flush() sys.stdout.flush()
for test in tests: for test in tests: