ltlsynt: -q should also hide status and AIG output
* bin/ltlsynt.cc: Honnor -q properly. * doc/org/ltlsynt.org, tests/core/ltlsynt.test: Adjust. * NEWS: Mention this bug.
This commit is contained in:
parent
950b205b63
commit
1724d2b14c
4 changed files with 77 additions and 89 deletions
|
|
@ -267,7 +267,7 @@ for r in '' '--real'; do
|
|||
done)
|
||||
done
|
||||
for a in sd ds lar lar.old; do
|
||||
test 1 = `grep -c ",.$a.," FILE` || exit 1
|
||||
test 1 = `grep -c ",$a," FILE` || exit 1
|
||||
done
|
||||
|
||||
# ltlsynt --algo=lar --ins=a --outs=b -f 'FGa <-> GF(c&a)' --print-pg --csv >out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue