X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FMakefile;h=716893ffea9dc1d80baa1277449903b11b602de8;hb=cbbe38ed2446088b7c55d46469572de572a89a47;hp=d33f78c0cf190c6e1373e04541f68d03dd05995d;hpb=ec31394d480e5b00320556edc72ad3e4232c8db4;p=bacula%2Fbacula diff --git a/regress/Makefile b/regress/Makefile index d33f78c0cf..716893ffea 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -26,8 +26,8 @@ bacula: all @-gunzip w.tar.gz @-tar xf w.tar @rm -f w.tar.gz w.tar - @rm -rf tmp working - mkdir tmp working + @rm -rf tmp working dumps + mkdir tmp working dumps echo "Doing: scripts/setup" scripts/setup @@ -35,13 +35,13 @@ sed: echo "Doing: scripts/do_sed" scripts/do_sed -# Run all non-root userid tests +# Run all disk tests test: - ./all-non-root-tests + ./all-disk-tests -# run all file and tape tests +# run all tape and disk tests full_test: - ./all-tape-and-file-tests + ./all-tape-and-disk-tests # These tests require you to run as root root_test: @@ -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/* 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 @@ -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