From ab0d6919707349436edd336bbfa8f433bd6e6749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Feb 2018 15:00:16 +0200 Subject: Fix broken test (and few other things) --- build2/test/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 7f6a133..392c9d5 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -172,9 +172,9 @@ namespace build2 } // If this is not a script, then determine if it is a simple test. - // Ignore aliases and testscript files themselves at the outset. + // Ignore testscript files themselves at the outset. // - if (!script && !t.is_a () && !t.is_a ()) + if (!script && !t.is_a ()) { // For the simple case whether this is a test is controlled by the // test variable. Also, it feels redundant to specify, say, "test = -- cgit v1.1