mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
Reverting wrong comment.
This commit is contained in:
parent
af605a6e09
commit
445ab9ae8d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue