summaryrefslogtreecommitdiff
path: root/test/regress/README.md
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-10 19:34:30 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-05-10 19:34:30 -0700
commit5e2366d542e17ba5064a56f2581ada99c0046ddc (patch)
tree7b24022cf6d63090f9b88e9940416d5a7cd89ad2 /test/regress/README.md
parentf50620d05f8c661a0adf34d8ad2a41782d546396 (diff)
Support multiple sets of command line args in regs (#1902)
This commit adds support for multiple sets of command line arguments for regressions. Each use of a `COMMAND-LINE` directive is interpreted as a separate set of command line arguments.
Diffstat (limited to 'test/regress/README.md')
-rw-r--r--test/regress/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress/README.md b/test/regress/README.md
index 34cf7efde..f6ff3c68b 100644
--- a/test/regress/README.md
+++ b/test/regress/README.md
@@ -87,6 +87,9 @@ executing CVC4, for example:
% COMMAND-LINE: --incremental
```
+If multiple `COMMAND-LINE` directives are used, the regression is run with each
+set of options separately.
+
Sometimes, the expected output or error output may need some processing. This
is done with the `SCRUBBER` and `ERROR-SCRUBBER` directives. The command
specified by the `SCRUBBER`/`ERROR-SCRUBBER` directive is applied to the output
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback