Always use 'python' binary during tests

This commit is contained in:
Piotr F. Mieszkowski 2023-09-30 22:33:49 +02:00
parent c570bcd383
commit 274bfbaf3b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# This marco is passed via environment to test/e2e_test.py, where it's
# used to compute further commands.
#
PYTHON = python3
PYTHON = python
TEST_DB = test/lacre.db