From: Patrick Uiterwijk Date: Tue, 18 Aug 2015 16:36:18 +0000 (+0200) Subject: Clear testdir before test run X-Git-Tag: v1.1.0~45 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=9eaa965575ef31de52cef559c420ba7880756887 Clear testdir before test run Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- 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