]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile
Update ctest readme
[bacula/bacula] / regress / Makefile
index d33f78c0cf190c6e1373e04541f68d03dd05995d..7cd8d895a385d0bb10f9bcfbdb0bfc164f260fcf 100644 (file)
@@ -49,8 +49,8 @@ root_test:
 
 clean:
        scripts/cleanup
-       rm -f /tmp/file-list
-       rm -fr tmp/* working/*
+       rm -f tmp/file-list
+       rm -fr tmp/* working/* 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
@@ -60,7 +60,6 @@ clean:
 reset:
        chown -R ${USER}:${USER} . tmp working
        scripts/cleanup
-       rm -f /tmp/file-list tmp/file-list
        rm -f tmp/* working/*
 
 distclean: clean