From e9a84a1683a68d13a4987c7feccec54a114cf205 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 22 Feb 2021 17:49:20 +0100 Subject: [PATCH] [TYPO]Makefile --- yaltik_dsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaltik_dsl/Makefile b/yaltik_dsl/Makefile index c4bf10e..bec2191 100644 --- a/yaltik_dsl/Makefile +++ b/yaltik_dsl/Makefile @@ -5,5 +5,5 @@ clean: .PHONY: test test: - python2 test_xml_base.py - python2 test_odoo.py + python2 tests/test_xml_base.py + python2 tests/test_odoo.py