From 5007870b52aa549971824959a55ad3bb886f09e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 16:37:32 +0200 Subject: Rename .test/test{} to .testscript/testscript{} --- build2/test/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test/rule.cxx') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 282540c..64cd56c 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -113,8 +113,8 @@ namespace build2 // it may not be a testable target at all). So as the first step // determine which case this is. // - // If we have any prerequisites of the test{} type, then this is the - // testscript case. + // If we have any prerequisites of the testscript{} type, then this is + // the testscript case. // // If we can, go inside see-through groups. Normally groups won't be // resolvable for this action but then normally they won't contain any -- cgit v1.1