Changed invocation of muatation test in CI to bash script to use virtualenv

This commit is contained in:
Sandeep Hegde 2017-11-13 01:01:09 -05:00
parent cc6c2eea6e
commit ed47f89e79
3 changed files with 13 additions and 16 deletions

12
etc/ci/mutation_test.sh Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set -o errexit
set -o nounset
set -o pipefail
source python/_virtualenv/bin/activate
python python/servo/mutation/init.py components/script/dom