mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Remove test_mapping.json
and python/servo/mutation
(#39617)
As per #39585. >It used to run on our old buildbot CI for a couple years. It was never migrated, and we should clean it up. _Originally posted by @jdm in https://github.com/servo/servo/issues/39585#issuecomment-3351054660_ --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
65588cd5df
commit
1448fd5967
7 changed files with 0 additions and 435 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/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 https://mozilla.org/MPL/2.0/.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
PS1="" source python/_virtualenv/bin/activate
|
||||
# `PS1` must be defined before activating virtualenv
|
||||
python python/servo/mutation/init.py components/script/dom
|
Loading…
Add table
Add a link
Reference in a new issue