Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
5dbe3c07
Commit
5dbe3c07
authored
Feb 01, 2018
by
Alexandre Duret-Lutz
Browse files
tests: cleanup temporary files leftover by a test case
* tests/python/otfcrash.py: Remove the file generated by divine.
parent
1ebd86de
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/python/otfcrash.py
View file @
5dbe3c07
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2016, 2018 Laboratoire de Recherche et Développement
# de l'Epita
#
# This file is part of Spot, a model checking library.
#
# Spot is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# Spot is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
# License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
spot
import
spot.ltsmin
import
spot.aux
import
tempfile
import
shutil
import
sys
...
...
@@ -22,6 +42,8 @@ system async;
"""
)
fp
.
flush
()
m
=
spot
.
ltsmin
.
load
(
fp
.
name
)
spot
.
aux
.
rm_f
(
fp
.
name
+
'.cpp'
)
spot
.
aux
.
rm_f
(
fp
.
name
+
'2C'
)
def
modelcheck
(
formula
,
model
):
a
=
spot
.
translate
(
formula
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment