ltlfilt: implement -q/--quiet as in grep
the existing -q/--quiet option is renamed to --ignore-errors * src/bin/ltlfilt.cc: Adjust option. * src/bin/common_output.cc, src/bin/common_output.hh: Add a quiet_output. * bench/dtgbasat/prepare.sh: Rename -q to --ignore-errors.. * src/ltltest/remove_x.test: Use -q. * NEWS: Mention this change.
This commit is contained in:
parent
1e84bb1ee7
commit
ac225c0ee9
6 changed files with 30 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ ltl2tgba=../../src/bin/ltl2tgba
|
|||
dstar2tgba=../../src/bin/dstar2tgba
|
||||
|
||||
# Rename all formulas using a b c... suppress duplicates.
|
||||
$ltlfilt -q --relabel=abc -u formulas > nodups.ltl
|
||||
$ltlfilt --ignore-errors --relabel=abc -u formulas > nodups.ltl
|
||||
|
||||
while read f; do
|
||||
acc=`$ltl2tgba "$f" --low -a --stats="%a"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue