Changeset 8300
- Timestamp:
- 04/15/10 16:15:48 (3 years ago)
- Files:
-
- 1 modified
-
trunk/test/automated/testscrpt.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/automated/testscrpt.sh
r7775 r8300 14 14 15 15 # look for a 'nightly-test.cfg' in the same directory as this script 16 if [ -f $(cd `dirname $0`; pwd)/nightly-tests.cfg ] ; then17 . $(cd `dirname $0`; pwd)/nightly-tests.cfg16 if [ -f /tmp/$USER/nightly-tests.cfg ] ; then 17 . /tmp/$USER/nightly-tests.cfg 18 18 fi 19 19
