]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/cleanup
Final changes
[bacula/bacula] / regress / scripts / cleanup
1 #!/bin/sh
2 #
3 # Cleanup left over files -- both before and after test run
4 #
5 rm -rf /tmp/TestVolume001 /tmp/bacula-restores /tmp/Small*
6 rm -rf tmp/original tmp/bacula-restores tmp/Small* tmp/TestVolume*
7 rm -rf tmp/restored tmp/largefile tmp/bscan.bsr tmp/log*.out
8 rm -rf /tmp/sed_tmp /tmp/file-list
9 rm -rf tmp/build tmp/restore-list tmp/restore2-list
10 rm -rf tmp/fd.out tmp/dir.out tmp/sd.out
11 rm -rf working/log tmp/TEST-*
12
13 bin/bacula stop 2>&1 >/dev/null
14 cd bin
15 ./drop_bacula_tables >/dev/null 2>&1
16 ./make_bacula_tables >/dev/null 2>&1
17 ./grant_bacula_privileges >/dev/null 2>&1
18 cd ..