Skip to content

Commit

Permalink
Adding arrow server to func requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ridgway committed Aug 30, 2012
1 parent e36ebe0 commit d069e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/run.js
Expand Up @@ -45,10 +45,10 @@ function test (cmd) {
}
cmd.unitBrowser = cmd.unitBrowser || cmd.browser || 'firefox';
cmd.funcBrowser = cmd.funcBrowser || cmd.browser || 'firefox';
if (cmd.arrow) {
series.push(startArrowServer);
}
if (cmd.unit) {
if (cmd.arrow) {
series.push(startArrowServer);
}
if ('phantomjs' !== cmd.unitBrowser) {
if (cmd.selenium) {
series.push(function (callback) {
Expand Down

0 comments on commit d069e71

Please sign in to comment.