git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6521
91ce42f0-d328-0410-95d8-
f526ca767f89
DropLocation: Bacula
NightlyStartTime: 21:00:00 EST
MakeCommand: @regressdir@/scripts/update-ctest
-ConfigureCommand: /bin/true
-UpdateCommand: /bin/true
+ConfigureCommand: true
+UpdateCommand: svn
if [ ! -d build ] ; then
echo "Build directory not present, will run make setup"
- cd @srcdir@
- svn update > /dev/null
cd @regressdir@
make setup
exit
cd @srcdir@
-svn update > /dev/null
-
new=`svn info | grep Revision: | awk '{print $2'}`
cd @regressdir@