From: Kern Sibbald Date: Fri, 29 Feb 2008 10:06:43 +0000 (+0000) Subject: Apply Frank's patch X-Git-Tag: Release-7.0.0~4921 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed6513e48dc4afcbe454565f0ac820626f15d952;p=bacula%2Fbacula Apply Frank's patch git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6521 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/DartConfiguration.tcl.in b/regress/DartConfiguration.tcl.in index 0bb5988b5c..fb37340948 100644 --- a/regress/DartConfiguration.tcl.in +++ b/regress/DartConfiguration.tcl.in @@ -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 diff --git a/regress/scripts/update-ctest.in b/regress/scripts/update-ctest.in index ca95a0ba1e..c33db1a639 100644 --- a/regress/scripts/update-ctest.in +++ b/regress/scripts/update-ctest.in @@ -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@