Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Reorganize test splits again (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Apr 9, 2014
1 parent 01d0aa9 commit bae9fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postinstall": "node ./bin/compile-assets.js",
"start": "node ./bin/unhangout-server",
"setup": "source conf.sh",
"test": "NODE_ENV=testing mocha test/test.[a-d]* && sleep 1 && NODE_ENV=testing mocha test/test.[e-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*",
"test": "NODE_ENV=testing mocha test/test.[a-c]* && sleep 1 && NODE_ENV=testing mocha test/test.[d-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* -g 'SESSION JOINING' -i && sleep 1 && NODE_ENV=testing mocha test/test.session-joining.selenium.js && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*",
"forever-start": "NODE_ENV=production forever start --minUptime 1000 --spinSleepTime 1000 -a -l unhangout.log -o logs/out.log -e logs/err.log bin/unhangout-server",
"forever-stop": "forever stop bin/unhangout-server",
"forever-restart": "NODE_ENV=production forever restart bin/unhangout-server",
Expand Down

0 comments on commit bae9fe8

Please sign in to comment.