mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
xmltest.sh: Fix for out-of-source builds
This commit is contained in:
parent
ef5be9f1bb
commit
dc6e298679
1 changed files with 5 additions and 5 deletions
|
@ -22,17 +22,17 @@
|
|||
|
||||
shopt -s nullglob
|
||||
|
||||
# Note: OUTPUT must terminate with the directory separator.
|
||||
OUTPUT="$PWD/tests/out/"
|
||||
TS="$PWD/tests/"
|
||||
|
||||
MYDIR="`dirname \"$0\"`"
|
||||
cd "$MYDIR"
|
||||
MYDIR="`pwd`"
|
||||
XMLWF="${1:-`dirname \"$MYDIR\"`/xmlwf/xmlwf}"
|
||||
# XMLWF=/usr/local/bin/xmlwf
|
||||
TS="$MYDIR"
|
||||
# OUTPUT must terminate with the directory separator.
|
||||
OUTPUT="$TS/out/"
|
||||
# OUTPUT=/home/tmp/xml-testsuite-out/
|
||||
# Unicode-aware diff utility
|
||||
DIFF="$TS/udiffer.py"
|
||||
DIFF="${MYDIR}/udiffer.py"
|
||||
|
||||
|
||||
# RunXmlwfNotWF file reldir
|
||||
|
|
Loading…
Add table
Reference in a new issue