Last active
August 29, 2015 14:05
-
-
Save sergi/4f491d2c4399ff5cb724 to your computer and use it in GitHub Desktop.
Running tests on Firefox OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NIGHTLY="/Applications/FirefoxNightly.app/Contents/MacOS" | |
launch_tests() { | |
cd $GAIADIR | |
if [ ! -d profile/extensions/httpd ] ; then | |
DEBUG=1 make | |
fi | |
$NIGHTLY/firefox --no-remote -profile $GAIADIR/profile-debug/ http://test-agent.gaiamobile.org:8080/ & | |
make test-agent-server | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment