mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #2163 : Manishearth/servo/wptfix, r=Ms2ger
#2162 was a tad off, it moves the virtualenv to the object directory (x86_64-unknown-linux-gnu, etc) instead of the build directory (build/, or whatever you're using). This moves it back. (Otherwise the `clean-wpt` target won't work)
This commit is contained in:
commit
33162a6dd9
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
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
cd $2
|
||||
cd $2/..
|
||||
|
||||
test -d _virtualenv || virtualenv _virtualenv
|
||||
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