From 6e1f6fe3bedea3d6b0c833608406c63d6b59066a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 29 Feb 2008 10:06:43 +0000 Subject: [PATCH] Apply Frank's patch git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6521 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/DartConfiguration.tcl.in | 4 ++-- regress/scripts/update-ctest.in | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) 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@ -- 2.39.5