]> git.sur5r.net Git - bacula/bacula/blob - regress/all-root-tests
Save any dumps during regression to dumps directory
[bacula/bacula] / regress / all-root-tests
1 #!/bin/sh
2 #
3 # Run all root tests
4 #
5 echo " "
6 echo " " >>test.out
7 echo "Start root tests"
8 echo "Start root tests" >>test.out
9 rm -f dumps/*
10 tests/dev-test-root
11 tests/etc-test-root
12 tests/lib-test-root
13 tests/usr-tape-root
14 echo "End root tests"
15 echo "End root tests" >>test.out