From daf12914a79941ca0dedabd9c6c9cd936ecb96c4 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sun, 1 Nov 2020 14:10:46 +0100
Subject: [PATCH] [fix] fix make tests running test scripts from AppDir in
 ci/appimage

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3443fce2..3355c170 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ SHELL := /bin/bash
 tests:
 	python3 gen_resources.py
 	python3 gen_translations.py
-	pytest -q -s --disable-warnings ${TESTS_FILTER}
+	pytest -q -s --disable-warnings tests ${TESTS_FILTER}
 
 # check
 check: mypy pylint check-format
-- 
GitLab