From: Viktor M. <mih...@us...> - 2005-07-14 14:27:59
|
Update of /cvsroot/sblim/cmpi-base/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15355/test Modified Files: test-cmpi-base.sh Log Message: Bugs fixed: 1236584. Added new test files for statistical data, fixed test script non-local invokation. Index: test-cmpi-base.sh =================================================================== RCS file: /cvsroot/sblim/cmpi-base/test/test-cmpi-base.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- test-cmpi-base.sh 12 Jul 2005 13:06:55 -0000 1.5 +++ test-cmpi-base.sh 14 Jul 2005 14:27:47 -0000 1.6 @@ -19,6 +19,7 @@ declare -i max=8; declare -i i=0; +cd $SCRIPT_PATH while(($i<=$max)) do . ${SCRIPT_PATH}/run.sh ${CLASSNAMES[$i]} $1 $2 $3 $4 || exit 1; |