aboutsummaryrefslogtreecommitdiff
path: root/build2/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-09 15:00:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-09 15:00:16 +0200
commitab0d6919707349436edd336bbfa8f433bd6e6749 (patch)
tree864fc885d71ab8205f9c47f0c813b0a48166de33 /build2/test
parentdab05fa5ebea3aaf7107c8acf18a7f17c556a45c (diff)
Fix broken test (and few other things)
Diffstat (limited to 'build2/test')
-rw-r--r--build2/test/rule.cxx4
1 files changed, 2 insertions, 2 deletions
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<alias> () && !t.is_a<testscript> ())
+ if (!script && !t.is_a<testscript> ())
{
// For the simple case whether this is a test is controlled by the
// test variable. Also, it feels redundant to specify, say, "test =