Browse Source

Fix bottest.

Brendan Dahl 13 years ago
parent
commit
eea1d9086b
  1. 5
      make.js

5
make.js

@ -368,9 +368,8 @@ target.test = function() {
// (Special tests for the Github bot) // (Special tests for the Github bot)
// //
target.bottest = function() { target.bottest = function() {
target.unittest(); target.unittest({}, function() {
target.browsertest({noreftest: true}, function() { target.browsertest({noreftest: true});
target.browsertest();
}); });
}; };

Loading…
Cancel
Save