X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-disk-and-tape;h=35907da739108fdf0120d92692f4386fbb983829;hb=HEAD;hp=f32bea52173cb26865ee26a27a7a287c12cdd33d;hpb=55322dc432fa6079ef699bedfbe9b10c7fec2557;p=bacula%2Fbacula diff --git a/regress/nightly-disk-and-tape b/regress/nightly-disk-and-tape index f32bea5217..35907da739 100755 --- a/regress/nightly-disk-and-tape +++ b/regress/nightly-disk-and-tape @@ -1,14 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# + # # test only the disk based regression scripts # # Include full output LANG=C echo "Begin nightly-disk-and-tape `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-disk-and-tape `date`"