Put _virtualenv in the build dir, not the objdir

This commit is contained in:
Manish Goregaokar 2014-04-18 21:11:54 +05:30
parent c7976b1e87
commit 8278364f35

View file

@ -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