]> git.parisson.com Git - pdf.js.git/commitdiff
Fix bottest.
authorBrendan Dahl <brendan.dahl@gmail.com>
Thu, 19 Apr 2012 19:54:53 +0000 (12:54 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Thu, 19 Apr 2012 19:54:53 +0000 (12:54 -0700)
make.js

diff --git a/make.js b/make.js
index 469d53aa4074147f07e3ca3c1c713f047d1d39a9..b28682053a2f635326212d4d29820ac89d3a5f61 100755 (executable)
--- a/make.js
+++ b/make.js
@@ -368,9 +368,8 @@ target.test = function() {
 // (Special tests for the Github bot)
 //
 target.bottest = function() {
-  target.unittest();
-  target.browsertest({noreftest: true}, function() {
-    target.browsertest();
+  target.unittest({}, function() {
+    target.browsertest({noreftest: true});
   });
 };