]> git.sur5r.net Git - bacula/bacula/blob - regress/all-root-tests
38a019ae3122d10dbbc34c9726929de45b219a3c
[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 nice ctest -R all-root:
10 echo "End root tests"
11 echo "End root tests" >>test.out