X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-root-tests;h=e68461c675ffe33541b2893ba0f7bfdc1435e48f;hb=HEAD;hp=1ba54d9f4a1a6cce64997b75e53e62d55a0d758f;hpb=62285e850aec6dba6cdb3491d84aeeac5131a382;p=bacula%2Fbacula diff --git a/regress/all-root-tests b/regress/all-root-tests index 1ba54d9f4a..e68461c675 100755 --- a/regress/all-root-tests +++ b/regress/all-root-tests @@ -1,4 +1,9 @@ #!/bin/sh +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# + # # Run all root tests # @@ -6,9 +11,10 @@ echo " " echo " " >>test.out echo "Start root tests" echo "Start root tests" >>test.out -tests/dev-test-root -tests/etc-test-root -tests/lib-test-root -tests/usr-tape-root -echo "End root tests" -echo "End root tests" >>test.out +rm -f dumps/* +./run tests/dev-test-root +./run tests/etc-test-root +./run tests/lib-test-root +./run tests/usr-tape-root +echo "End root ./run tests" +echo "End root ./run tests" >>test.out