Skip to content

Instantly share code, notes, and snippets.

@sergi
Last active August 29, 2015 14:05
Show Gist options
  • Save sergi/4f491d2c4399ff5cb724 to your computer and use it in GitHub Desktop.
Save sergi/4f491d2c4399ff5cb724 to your computer and use it in GitHub Desktop.
Running tests on Firefox OS
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