mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 775281: B2G Mochitest frontend fixes to enable xpcshell from test.sh. r=jgriffin
This commit is contained in:
parent
f96cf58d2c
commit
cae1fe3168
@ -50,5 +50,8 @@ cd $CWD
|
||||
# pop off the python parameter
|
||||
shift
|
||||
|
||||
cd $GECKO_OBJDIR/_tests/testing/mochitest
|
||||
TEST_PWD=${TEST_PWD:-$GECKO_OBJDIR/_tests/testing/mochitest}
|
||||
cd $TEST_PWD
|
||||
|
||||
set -x
|
||||
python runtestsb2g.py $@
|
||||
|
Loading…
Reference in New Issue
Block a user