Changed the output directory for the example tests to a more reasonable location.

This commit is contained in:
falgout 2009-04-28 20:43:10 +00:00
parent 29a81213f0
commit 29fea875ea

View File

@ -78,7 +78,7 @@ done
# Test examples
./test.sh examples.sh $src_dir/examples
mv -f examples.??? $output_subdir
mv -f examples.??? $output_dir
# Test documentation build (only if 'docs_misc' directory is present)
if [ -d $src_dir/docs_misc ]; then