Fix bottest.
This commit is contained in:
parent
5f17d881a9
commit
eea1d9086b
5
make.js
5
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});
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user