Always use 'python' binary during tests
This commit is contained in:
parent
c570bcd383
commit
274bfbaf3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue