]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tests
16a045b20ba13e6e8a9c2d773a2691680363544b
[bacula/bacula] / regress / all-non-root-tests
1 #!/bin/sh
2 #
3 # Run all tests
4 #
5 echo " "
6 echo " " >>test.out
7 echo "Start non-root disk tests"
8 echo "Start non-root disk tests" >>test.out
9 ctest -R all-non-root:
10 echo "End non-root disk tests"
11 echo "End non-root disk tests" >>test.out