From 8ea77b5ea9b876ceb5b3073911f5cdc1babd2ff1 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Wed, 5 Feb 2014 17:03:27 -0800 Subject: [PATCH] implement test checkout tag correctly --- tools/selftest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/selftest.js b/tools/selftest.js index d489de97ee..f2c23e8a5c 100644 --- a/tools/selftest.js +++ b/tools/selftest.js @@ -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)