diff options
-rw-r--r-- | build2/test/testscript/testscript | 4 |
1 files 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). |