Clear testdir before test run
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 18 Aug 2015 16:36:18 +0000 (18:36 +0200)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 18 Aug 2015 16:49:48 +0000 (18:49 +0200)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Makefile

index c02b6ae..f7f7d16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ wrappers:
        #SOCKET_WRAPPER_DEFAULT_IFACE=9
 
 tests: 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
        PYTHONPATH=./ ./tests/tests.py --test=test1
        PYTHONPATH=./ ./tests/tests.py --test=testlogout
        PYTHONPATH=./ ./tests/tests.py --test=testnameid