X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fcleanup;h=b52f6e381dd883a4bf9a61962e1a0bc8022c9536;hb=1c260628d063ac18a83992f9b9e7c90bec0afbbf;hp=4e13d2bf59891c6bc80178f1ee98fd6e10e154b4;hpb=8bc30084d9ce886e786c9d3b8150f427b600baa6;p=bacula%2Fbacula diff --git a/regress/scripts/cleanup b/regress/scripts/cleanup index 4e13d2bf59..b52f6e381d 100755 --- a/regress/scripts/cleanup +++ b/regress/scripts/cleanup @@ -2,9 +2,18 @@ # # Cleanup left over files -- both before and after test run # +rm -rf /tmp/FileVolume* tmp/FileVolume* rm -rf /tmp/TestVolume001 /tmp/bacula-restores /tmp/Small* -rm -rf tmp/original tmp/bacula-restores tmp/Small* tmp/TestVolume* -rm -rf tmp/restored tmp/largefile tmp/bscan.bsr tmp/log*.out rm -rf /tmp/sed_tmp /tmp/file-list -rm -rf tmp/build tmp/restore-list tmp/restore2-list -rm -rf working/log +rm -rf tmp/* +rm -rf working/log tmp/TEST-* +rm -rf working/*.bsr +rm -rf /tmp/disk-changer +find . -name "gigaslam.gif" -exec rm -f {} \; + +bin/bacula stop 2>&1 >/dev/null +cd bin +./drop_bacula_tables >/dev/null 2>&1 +./make_bacula_tables >/dev/null 2>&1 +./grant_bacula_privileges >/dev/null 2>&1 +cd ..