fix spurious test-case failure when Python is not installed

Fixes #530.

* tests/core/ltlsynt2.test: Skip when PYTHON is empty.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2023-03-29 16:20:51 +02:00
parent 1a0b1f235d
commit 646b6e546f
2 changed files with 7 additions and 2 deletions

5
NEWS
View file

@ -1,6 +1,9 @@
New in spot 2.11.4.dev (not yet released)
Nothing yet.
Bug fixes:
- Fix spurious failure of ltlsynt2.test when Python is not installed
(issue #530).
New in spot 2.11.4 (2023-02-10)