]> git.sur5r.net Git - bacula/bacula/blob - regress/experimental-all
a070f3bf07d0e7f21da57f34dc38471e0e094c26
[bacula/bacula] / regress / experimental-all
1 #!/bin/sh
2 #
3 # test only the disk based regression scripts
4 #
5 # Include full output
6 save_debug=${REGRESS_DEBUG}
7 REGRESS_DEBUG=1
8 export REGRESS_DEBUG
9 scripts/config_dart
10 ctest -D Experimental -R "all-non-root.*"
11 REGRESS_DEBUG=${save_debug}