ltlcross, autcross: add --quiet/-q option
* bin/autcross.cc, bin/ltlcross.cc: Implement it. * doc/org/autcross.org, doc/org/ltlcross.org, NEWS: Document it. * doc/org/spot.css: Add colors for Makefile snippets. * tests/core/autcross4.test, tests/core/ltlcross3.test, tests/core/ltlcrossce.test: Add test cases.
This commit is contained in:
parent
6a71438268
commit
6f37ff8ed0
9 changed files with 275 additions and 58 deletions
6
NEWS
6
NEWS
|
|
@ -4,6 +4,12 @@ New in spot 2.8.0.dev (not yet released)
|
|||
|
||||
- genltl learned --pps-arbiter-standard and --pps-arbiter-strict.
|
||||
|
||||
- ltlcross and autcross have learned a new option -q (--quiet) to
|
||||
remain quiet until an error is found. This helps for instance in
|
||||
scenarios where multiple instances of ltlcross/autcross are run in
|
||||
parallel (using "xargs -P" or "GNU Parallel", for instance). See
|
||||
https://spot.lrde.epita.fr/ltlcross.html#parallel for examples.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- When complement() was called with an output_aborter, it could
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue