mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Added mutation test summary and made it exit with relevant exit code
This commit is contained in:
parent
b8199e11e0
commit
cc6c2eea6e
3 changed files with 31 additions and 2 deletions
|
@ -8,5 +8,8 @@
|
|||
# except according to those terms.
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
subprocess.call('python python/servo/mutation/init.py components/script/dom', shell=True)
|
||||
mutation_path = 'components/script/dom'
|
||||
status = subprocess.call('python python/servo/mutation/init.py %s' % mutation_path, shell=True)
|
||||
sys.exit(status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue