implement test checkout tag correctly

This commit is contained in:
David Glasser
2014-02-05 17:03:27 -08:00
parent 120fa97417
commit 8ea77b5ea9

View File

@@ -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)