mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Changed invocation of muatation test in CI to bash script to use virtualenv
This commit is contained in:
parent
cc6c2eea6e
commit
ed47f89e79
3 changed files with 13 additions and 16 deletions
12
etc/ci/mutation_test.sh
Executable file
12
etc/ci/mutation_test.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue