ltlcross: fix --verbose --no-check crash
Report from František Blahoudek. * bin/ltlcross.cc: Do not display stats for automata that do not exist. * tests/core/ltlcross3.test: Test it. * NEWS: Mention the fix.
This commit is contained in:
parent
ad502eb324
commit
cc1191cd66
3 changed files with 11 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
# Développement de l'Epita (LRDE).
|
||||
# Copyright (C) 2012, 2013, 2014, 2015, 2016 Laboratoire de Recherche
|
||||
# et Développement de l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
#
|
||||
|
|
@ -180,3 +180,7 @@ cat >expected<<EOF
|
|||
%
|
||||
EOF
|
||||
diff foo expected
|
||||
|
||||
|
||||
# This command used to crash. Report from František Blahoudek.
|
||||
run 0 ltlcross --verbose --no-checks -f 'FGa' 'ltl2tgba'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue