summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-08-18 18:36:18 +0200
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-08-18 18:49:48 +0200
commit9eaa965575ef31de52cef559c420ba7880756887 (patch)
tree0060a1f65e0c8639ca786b51648b978f886d3a4c
parentbfa0e5d352ea0d6217d31c952f35cd527264e4fa (diff)
downloadipsilon-9eaa965575ef31de52cef559c420ba7880756887.tar.gz
ipsilon-9eaa965575ef31de52cef559c420ba7880756887.tar.xz
ipsilon-9eaa965575ef31de52cef559c420ba7880756887.zip
Clear testdir before test run
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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