From: Gareth S B. <bes...@us...> - 2005-06-02 20:23:06
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30437 Modified Files: xmltest Log Message: Index: xmltest =================================================================== RCS file: /cvsroot/sblim/sfcb/xmltest,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- xmltest 2 Jun 2005 17:23:53 -0000 1.1 +++ xmltest 2 Jun 2005 20:22:54 -0000 1.2 @@ -82,7 +82,7 @@ if [[ -d $1 ]]; then _DIR=$1 else - _DIR=$PWD + _DIR=./ fi # Look for all *.xml test files and run them in sorted order (hence tests should be numbered) |