summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-28 15:45:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-28 15:45:45 +0200
commit3f88b29485af2c9b879dfe5a0865d7b2344dbd5c (patch)
tree7f157ea71068c8930cdd21da082fea72a67c2f65
parentc0a4abb04c6d86cbcc57a2a27c0cf34198743d9c (diff)
Update feature: Test description language (testscript)
-rw-r--r--build2/test/testscript/testscript4
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).