|
From: <jud...@us...> - 2006-06-30 21:55:11
|
Revision: 297 Author: judith_osdl Date: 2006-06-30 14:55:09 -0700 (Fri, 30 Jun 2006) ViewCVS: http://svn.sourceforge.net/stp/?rev=297&view=rev Log Message: ----------- Fix the defaults Modified Paths: -------------- trunk/Test-Sut/scripts/client/stp_include.sh Modified: trunk/Test-Sut/scripts/client/stp_include.sh =================================================================== --- trunk/Test-Sut/scripts/client/stp_include.sh 2006-06-30 21:52:15 UTC (rev 296) +++ trunk/Test-Sut/scripts/client/stp_include.sh 2006-06-30 21:55:09 UTC (rev 297) @@ -20,6 +20,14 @@ fi # +# The system level logs directory +# +if [ -z $SYSTEM_LOGS ]; then + export SYSTEM_LOGS= $WRAP_HOME/../logs +fi + +# +# # The number of CPUs present in the system # CPU_COUNT=1 @@ -162,7 +170,7 @@ # # Parse the framework request-details file # -DETAILS=${WRAP_HOME}/../request-details +DETAILS=${SYSTEM_LOGS}/request-details if [ -f $DETAILS ]; then if [ ! $TEST_ID ]; then TEST_ID=`grep Request $DETAILS | cut -c15-` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |