mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Put _virtualenv in the build dir, not the objdir
This commit is contained in:
parent
c7976b1e87
commit
8278364f35
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
cd $2
|
cd $2/..
|
||||||
|
|
||||||
test -d _virtualenv || virtualenv _virtualenv
|
test -d _virtualenv || virtualenv _virtualenv
|
||||||
test -d $1/src/test/wpt/metadata || mkdir -p $1/src/test/wpt/metadata
|
test -d $1/src/test/wpt/metadata || mkdir -p $1/src/test/wpt/metadata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue