X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FMakefile;h=716893ffea9dc1d80baa1277449903b11b602de8;hb=b5de5a3192406d3b23257c548fa1f0e88ca0d03c;hp=4523db35b88c541d7c8631829603f70924427a54;hpb=1b5db12deab370d043e4bb7d70c95bea1406b128;p=bacula%2Fbacula diff --git a/regress/Makefile b/regress/Makefile index 4523db35b8..716893ffea 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -26,9 +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 - scripts/create_sed + @rm -rf tmp working dumps + mkdir tmp working dumps echo "Doing: scripts/setup" scripts/setup @@ -36,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: @@ -51,7 +50,7 @@ root_test: clean: scripts/cleanup rm -f tmp/file-list - rm -fr tmp/* working/* Testing + 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