From 712f1169dee516add5cc5810fe26160ae419d8f2 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 10 Apr 2017 13:31:32 +0200 Subject: [PATCH] Update to proper path Signed-off-by: Petr "Stone" Hracek --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ae8ef36..06ed11c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -MODULE_LINT=/usr/lib/python2.7/site-packages/moduleframework/modulelint.py +MODULE_LINT=/usr/share/moduleframework/tools/modulelint.py CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py #