]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tape-tests
Set 1 hour timeout per test -- may need to adjust
[bacula/bacula] / regress / all-non-root-tape-tests
1 #!/bin/sh
2 #
3 # Run all tape tests
4 #
5 . ./config.out
6 if test ! x$AUTOCHANGER = x/dev/null ; then
7    mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
8 fi
9 echo " "
10 echo " " >>test.out
11 echo "Start all non-root tape tests"
12 echo "Start all non-root tape tests" >>test.out
13 nice ctest -R all-non-root-tape:
14 echo "End all non-root tape tests"
15 echo "End all non-root tape tests" >>test.out