mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
implement test checkout tag correctly
This commit is contained in:
@@ -953,7 +953,7 @@ var runTests = function (options) {
|
||||
|
||||
// _.keys(skipCounts) is the set of tags to skip
|
||||
var skipCounts = {};
|
||||
if (! files.inCheckout)
|
||||
if (! files.inCheckout())
|
||||
skipCounts['checkout'] = 0;
|
||||
|
||||
if (options.offline)
|
||||
|
||||
Reference in New Issue
Block a user