Home | History | Annotate | Download | only in tests

Lines Matching refs:OUTPUT

10 # found, then set the output directory with OUTPUT.
14 # output differs are prefixed with "Output differs:", and a diff file
15 # is generated in the appropriate subdirectory under $OUTPUT.
17 # If there are output files provided, the script will use
18 # output from xmlwf and compare the desired output against it.
19 # However, one has to take into account that the canonical output
31 # OUTPUT must terminate with the directory separator.
32 OUTPUT="$TS/out/"
33 # OUTPUT=/home/tmp/xml-testsuite-out/
58 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
62 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
64 cp outfile "$OUTPUT$reldir$file.diff"
65 echo "Output differs: $reldir$file"
102 mkdir -p "$OUTPUT$xmldir"
112 mkdir -p "$OUTPUT"oasis