Changeset 8300

Show
Ignore:
Timestamp:
04/15/10 16:15:48 (3 years ago)
Author:
elaine
Message:

Look for the .cfg file in the directory where the tests are running.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/automated/testscrpt.sh

    r7775 r8300  
    1414 
    1515# look for a 'nightly-test.cfg' in the same directory as this script 
    16 if [ -f $(cd `dirname $0`; pwd)/nightly-tests.cfg ] ; then  
    17         . $(cd `dirname $0`; pwd)/nightly-tests.cfg 
     16if [ -f /tmp/$USER/nightly-tests.cfg ] ; then  
     17        . /tmp/$USER/nightly-tests.cfg 
    1818fi 
    1919