Home | History | Annotate | Download | only in tests

Lines Matching refs:OUTPUT

9 # found, then set the output directory with OUTPUT.
13 # output differs are prefixed with "Output differs:", and a diff file
14 # is generated in the appropriate subdirectory under $OUTPUT.
16 # If there are output files provided, the script will use
17 # output from xmlwf and compare the desired output against it.
18 # However, one has to take into account that the canonical output
57 # Note: OUTPUT must terminate with the directory separator.
58 OUTPUT="$PWD/tests/out/"
88 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
92 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
94 cp outfile "$OUTPUT$reldir$file.diff"
95 echo "Output differs: $reldir$file"
132 mkdir -p "$OUTPUT$xmldir"
142 mkdir -p "$OUTPUT"oasis