Skip to content

Instantly share code, notes, and snippets.

@piatra
Last active July 17, 2018 09:26
Show Gist options
  • Select an option

  • Save piatra/daf0befef61a6f18f21a59acd569aab0 to your computer and use it in GitHub Desktop.

Select an option

Save piatra/daf0befef61a6f18f21a59acd569aab0 to your computer and use it in GitHub Desktop.
run_mochitests.sh
#!/bin/bash
export SHELL=/bin/bash
cd /firefox/src
git clone https://github.com/mozilla/activity-stream.git
cd activity-stream
npm install
npm buildmc
npm run mochitest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment