diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-04 20:44:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-04 20:44:42 (GMT) |
commit | 8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6 (patch) | |
tree | ec869e5f0bb29d4bf3dfeec2f258f4a0dab58c14 /tools/h5dump/testh5dump.sh.in | |
parent | e5f3e6474a8a0e9c205395173bab065c79db8730 (diff) | |
download | hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.zip hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.tar.gz hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.tar.bz2 |
[svn-r12544] Description:
Clean up compiler warnings/failures in test/links.c, especially when
--disable-production flag used with --enable-group-revision
Modify binary dumping in h5dump to clean up files created [a band-aid
solution to not actually creating the files in the srcdir, but better than
just leaving the files around... :-/ ]
Tested:
FreeBSD 4.11 (sleipnir) (w/ configure flags above)
Too minor to require h5committest
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 3f40976..5de3a61 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -327,6 +327,10 @@ TOOLTEST tbin1.ddl -d integer -b out1.bin test1.h5 TOOLTEST tbin2.ddl -d integer -b out2.bin -F DI test1.h5 TOOLTEST tbin3.ddl -d integer -b out3.bin -F LE test1.h5 TOOLTEST tbin4.ddl -d integer -b out4.bin -F BE test1.h5 + # Clean up binary output files + if test -z "$HDF5_NOCLEANUP"; then + rm -f $srcdir/../testfiles/out[1-4].bin + fi if test $nerrors -eq 0 ; then echo "All $DUMPER tests passed." |