From 9eaa965575ef31de52cef559c420ba7880756887 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 18 Aug 2015 18:36:18 +0200 Subject: [PATCH] Clear testdir before test run Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c02b6ae..f7f7d16 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,7 @@ wrappers: #SOCKET_WRAPPER_DEFAULT_IFACE=9 tests: wrappers + rm -rf testdir PYTHONPATH=./ ./tests/tests.py --test=test1 PYTHONPATH=./ ./tests/tests.py --test=testlogout PYTHONPATH=./ ./tests/tests.py --test=testnameid -- 2.20.1