3 SEP
="================================================================================"
6 echo "Output files to $outdir"
9 echo "Running examples from " $i
11 find .
-name '*.odc' | while read j
; do
13 echo "Running example $j from $i"
16 echo "Output being sent to $out"
25 # create clean output directory
29 odcread
=`readlink -f odcread`
30 outdir
=`readlink -f out`
32 runTests
2>&1 | tee out.txt