mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Corrected a typo
This commit is contained in:
parent
f817a9c371
commit
a9493d0887
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def mutation_test(file_name, tests):
|
|||
mutated_line = mutate_random_line(file_name, strategy)
|
||||
if mutated_line != -1:
|
||||
print "Mutating {0} at line {1}".format(file_name, mutated_line)
|
||||
print "compling mutant {0}:{1}".format(file_name, mutated_line)
|
||||
print "compiling mutant {0}:{1}".format(file_name, mutated_line)
|
||||
sys.stdout.flush()
|
||||
subprocess.call('python mach build --release', shell=True, stdout=DEVNULL)
|
||||
for test in tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue