Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Fixes quoting in argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Sep 21, 2011
1 parent de78544 commit 0322ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_jstests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ rm $LOG
cd scripts
# Some of these env vars are set in the Jenkins build step.
BROWSERS=firefox
XARGS= -v --with-xunit --with-django-serv --django-host "$DJANGO_HOST" --django-port "$DJANGO_PORT" --django-log $LOG --django-startup-uri /robots.txt --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-token "$JSTESTS_TOKEN" --jstests-browsers $BROWSERS --debug nose.plugins.jstests
XARGS="-v --with-xunit --with-django-serv --django-host \"$DJANGO_HOST\" --django-port \"$DJANGO_PORT\" --django-log $LOG --django-startup-uri /robots.txt --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-token \"$JSTESTS_TOKEN\" --jstests-browsers $BROWSERS --debug nose.plugins.jstests"
echo '**************** /qunit/ ****************'
python run_jstests.py --jstests-url http://$DJANGO_HOST:$DJANGO_PORT/en-US/qunit/ --xunit-file=nosetests.xml $XARGS
echo '**************** /qunit/pre-impala/ ****************'
Expand Down

0 comments on commit 0322ac3

Please sign in to comment.