tests/Makefile
changeset 3834 0010719d0dea
parent 3822 d311880b9d15
child 3926 a6ec38dcbfb5
--- a/tests/Makefile	Tue Jul 25 21:22:30 2023 +0200
+++ b/tests/Makefile	Tue Jul 25 21:26:31 2023 +0200
@@ -135,7 +135,7 @@
 
 DELAY=400
 KILL_DELAY=430
-PYTEST=$(dir $(BEREMIZPYTHONPATH))/pytest
+PYTEST=$(dir $(BEREMIZPYTHONPATH))pytest
 define pytest_idetest_command
 	$(fluxbox_command); PYTHONPATH=$(ide_test_dir) timeout -k $(KILL_DELAY) $(DELAY) $(PYTEST) --maxfail=1 --timeout=100  $(src)/ide_tests/$(1)
 endef