]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply Frank's patch
authorKern Sibbald <kern@sibbald.com>
Fri, 29 Feb 2008 10:06:43 +0000 (10:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 29 Feb 2008 10:06:43 +0000 (10:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6521 91ce42f0-d328-0410-95d8-f526ca767f89

regress/DartConfiguration.tcl.in
regress/scripts/update-ctest.in

index 0bb5988b5cf109e9d97ae94c48a163187c407b4d..fb3734094888911c3711c24bc178061bc6680c24 100644 (file)
@@ -7,5 +7,5 @@ DropSite: http://baculadart.wpi.edu:8081
 DropLocation: Bacula
 NightlyStartTime: 21:00:00 EST
 MakeCommand: @regressdir@/scripts/update-ctest
-ConfigureCommand: /bin/true
-UpdateCommand: /bin/true
+ConfigureCommand: true
+UpdateCommand: svn
index ca95a0ba1ecff8657ea6d50989b2bc3a1b0504ee..c33db1a6394f5301db16847b310090274f67e989 100644 (file)
@@ -4,8 +4,6 @@ cd @regressdir@
 
 if [ ! -d build ] ; then
     echo "Build directory not present, will run make setup"
-    cd @srcdir@
-    svn update > /dev/null
     cd @regressdir@
     make setup
     exit
@@ -17,8 +15,6 @@ cur=`svn info | grep Revision: | awk '{print $2'}`
 
 cd @srcdir@
 
-svn update > /dev/null
-
 new=`svn info | grep Revision: | awk '{print $2'}`
 
 cd @regressdir@