]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile
Tweak more debug for FreeBSD to verify-data-test
[bacula/bacula] / regress / Makefile
index 716893ffea9dc1d80baa1277449903b11b602de8..fc6c5712a1cd77d37b30ea6f212693ed1feb097d 100644 (file)
@@ -1,4 +1,8 @@
 #
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+#
 # Makefile for Bacula regression testing
 #
 # Before running, you must create a file named config containing
@@ -50,7 +54,7 @@ root_test:
 clean:
        scripts/cleanup
        rm -f tmp/file-list
-       rm -fr tmp/* working/* dumps/* Testing
+       rm -fr tmp/* tmp2/* working/* dumps/* Testing
        rm -f test.out
        rm -f diff
        rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3
@@ -58,6 +62,7 @@ clean:
 
 # Reset our userid after running as root
 reset:
+       mkdir -p tmp working || true
        chown -R ${USER}:${USER} . tmp working
        scripts/cleanup
        rm -f tmp/* working/*