]> git.sur5r.net Git - bacula/bacula/blob - regress/nightly-all
Add some nice's
[bacula/bacula] / regress / nightly-all
1 #!/bin/sh
2 #
3 # run both the disk and the tape based regression tests.
4 #
5 # Include full output
6 save_debug=${REGRESS_DEBUG}
7 REGRESS_DEBUG=1
8 export REGRESS_DEBUG
9 scripts/config_dart
10 nice ctest -D Nightly -R "all-non-root.*"
11 REGRESS_DEBUG=${save_debug}