mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Merge pull request #3246 from SimonSapin/wpt-python2
Fix WPT when /usr/bin/python is python3
This commit is contained in:
commit
db2f642c32
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ objdir="$2"
|
|||
shift 2
|
||||
|
||||
cd $objdir/..
|
||||
test -d _virtualenv || virtualenv _virtualenv
|
||||
test -d _virtualenv || virtualenv _virtualenv -p $(which $PYTHON)
|
||||
test -d $servo_root/src/test/wpt/metadata || mkdir -p $servo_root/src/test/wpt/metadata
|
||||
test -d $servo_root/src/test/wpt/prefs || mkdir -p $servo_root/src/test/wpt/prefs
|
||||
source _virtualenv/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue