X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FMakefile;h=716893ffea9dc1d80baa1277449903b11b602de8;hb=b5de5a3192406d3b23257c548fa1f0e88ca0d03c;hp=c7e575c37cb4c5ebdd9320c4c5fc02fab85c3363;hpb=5aaea29875378ce6de2b530141124d1a892edc2a;p=bacula%2Fbacula diff --git a/regress/Makefile b/regress/Makefile index c7e575c37c..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: @@ -50,7 +50,7 @@ root_test: clean: scripts/cleanup rm -f tmp/file-list - rm -fr tmp/* working/* + 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