From: Brendan Dahl Date: Thu, 19 Apr 2012 19:54:53 +0000 (-0700) Subject: Fix bottest. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eea1d9086b9eb9acd8b70e9cb08896e187b0f4f1;p=pdf.js.git Fix bottest. --- diff --git a/make.js b/make.js index 469d53a..b286820 100755 --- 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}); }); };