From 3f88b29485af2c9b879dfe5a0865d7b2344dbd5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Sep 2016 15:45:45 +0200 Subject: Update feature: Test description language (testscript) --- build2/test/testscript/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build2/test/testscript/testscript b/build2/test/testscript/testscript index 667ff6b..b61280c 100644 --- a/build2/test/testscript/testscript +++ b/build2/test/testscript/testscript @@ -79,7 +79,7 @@ Questions Notes ===== -* If expected exist status is not 0, then probably makes sense to suppress +* If expected exit status is not 0, then probably makes sense to suppress stderr output if there is no stderr comparison. Syntax @@ -149,7 +149,7 @@ EOE ~ What if we actually do want the output to go to a file, e.g., for a second command to act on it? Maybe keep shell syntax since familiar? Or reverse it (> - inline, >> - multiline, >>> to file). Simplest thing is the shortest, I - like it. What about appending to file - >>>>? Maybe >&file? + like it. What about appending to file - >>>>? Maybe >>>&file? ~ $0 is target path (works out in case of a directory, but will be out). -- cgit v1.1