Skip to content

Commit

Permalink
Added Mutation Test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandeephegde committed Nov 6, 2017
1 parent ba21529 commit af605a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -68,6 +68,7 @@ linux-rel-nogate:
- ./mach clean-nightlies --keep 3 --force
- ./mach build --release
- python ./etc/ci/chaos_monkey_test.py
- python ./etc/ci/mutation_test.py

mac-rel-intermittent:
- ./mach clean-nightlies --keep 3 --force
Expand Down
4 changes: 4 additions & 0 deletions etc/ci/mutation_test.py
@@ -0,0 +1,4 @@
import sys
import subprocess

subprocess.call('python python/servo/mutation/init.py components/script/dom', shell=True)

0 comments on commit af605a6

Please sign in to comment.