X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-root-tests;h=1ba54d9f4a1a6cce64997b75e53e62d55a0d758f;hb=72f0b04b9e3b517b8694e936717e9433ba30ad64;hp=3f077bba4ce92ffdc31ebc61748783a5ecf9e44e;hpb=f2f906bef8f5b7236d2f5eef14858089260f0e2e;p=bacula%2Fbacula diff --git a/regress/all-root-tests b/regress/all-root-tests index 3f077bba4c..1ba54d9f4a 100755 --- a/regress/all-root-tests +++ b/regress/all-root-tests @@ -2,10 +2,13 @@ # # Run all root tests # -rm -f test.out +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 -cat test.out -scripts/cleanup +echo "End root tests" +echo "End root tests" >>test.out