From e7fed2c292f2f1b77456d280808d439ca9a44d42 Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 8 Apr 2005 13:42:56 +0000 Subject: [PATCH] added storage server setup step in front of running tests --- livesupport/modules/schedulerClient/etc/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/schedulerClient/etc/Makefile.in b/livesupport/modules/schedulerClient/etc/Makefile.in index ff9c44b2f..a67ca6489 100644 --- a/livesupport/modules/schedulerClient/etc/Makefile.in +++ b/livesupport/modules/schedulerClient/etc/Makefile.in @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: fgerlits $ -# Version : $Revision: 1.6 $ +# Author : $Author: maroy $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/etc/Makefile.in,v $ # # @configure_input@ @@ -171,7 +171,7 @@ check: all ${TEST_RUNNER} install start run_tests stop uninstall run_tests: ${TEST_RUNNER} -${TEST_RUNNER} -o ${TEST_RESULTS} -s ${TEST_XSLT} -install: ${SCHEDULER_EXE} +install: ${SCHEDULER_EXE} storage_server_init ${MAKE} -C ${SCHEDULER_DIR} install start: ${SCHEDULER_EXE} @@ -208,6 +208,9 @@ ${AUTHENTICATION_LIB_FILE}: ${SCHEDULER_EXE}: ${MAKE} -C ${SCHEDULER_DIR} +storage_server_init: + ${MAKE} -C ${BASE_DIR}/../storageServer + #------------------------------------------------------------------------------- # Pattern rules