From: Gareth S B. <bes...@us...> - 2005-05-18 21:31:13
|
Update of /cvsroot/sblim/sfcb/regressionTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7811/regressionTests Modified Files: build.sh setEnv Log Message: update regression test scripts Index: build.sh =================================================================== RCS file: /cvsroot/sblim/sfcb/regressionTests/build.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- build.sh 6 May 2005 02:11:58 -0000 1.8 +++ build.sh 18 May 2005 21:30:02 -0000 1.9 @@ -19,7 +19,7 @@ # */ -dirs='FilesAndDirectories BigOutput ProcessIndications LifeCycleIndications' +dirs='ProcessIndications LifeCycleIndications' sfcbdir=/usr/local/share/sfcb if [ -x /usr/bin/curl ] && [ ! -f $sfcbdir/CIM/CIM_Schema.mof ] @@ -46,10 +46,10 @@ for x in $dirs do -# echo make -C $x install -# make -C $x install - echo sh $x/build.sh $x - sh $x/build.sh $x + echo make -C $x install + make -C $x install +# echo sh $x/build.sh $x +# sh $x/build.sh $x done echo sfcbmof -I $CIMDIR -i CIM_Schema.mof -o repository/root/interop/classSchemas schema/interop.mof Index: setEnv =================================================================== RCS file: /cvsroot/sblim/sfcb/regressionTests/setEnv,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- setEnv 15 Mar 2005 02:36:22 -0000 1.2 +++ setEnv 18 May 2005 21:30:02 -0000 1.3 @@ -1,5 +1,5 @@ export PATH=`pwd`/bin:/usr/local/bin:$PATH -export LD_LIBRARY_PATH=lib:/usr/local/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=lib:/usr/local/lib:/usr/local/lib/cmpi:$LD_LIBRARY_PATH export SFCB_HOME=`pwd` export SFCB_TRACE=1 ulimit -c unlimited |