X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-all;h=28fedae9452b370c80666ee95736c3f86e6b5a72;hb=5de97c8320401f42d48574a2e31630facc1aceb4;hp=7f817952a8e959fdef9db59f565544e6dfa02f74;hpb=6da6852e6dcabf1078a2b497b2de21c5bd2f5cc1;p=bacula%2Fbacula diff --git a/regress/nightly-all b/regress/nightly-all index 7f817952a8..28fedae945 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -1,14 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# + # # run both the disk and the tape based regression tests. # # Include full output LANG=C echo "Begin nightly-all `date`" -save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 export REGRESS_DEBUG rm -rf Testing +rm -f dumps/* git pull make distclean scripts/config_dart @@ -26,5 +31,4 @@ while [ $i -le 5 ]; do rtn=$? i=`expr $i + 1` done -REGRESS_DEBUG=${save_debug} echo "End nightly-all `date`"