Bug 775281: B2G Mochitest frontend fixes to enable xpcshell from test.sh. r=jgriffin

This commit is contained in:
Marshall Culpepper 2013-02-26 12:05:35 -06:00
parent f96cf58d2c
commit cae1fe3168

View File

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