summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-02-16 20:20:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-02-16 20:20:40 (GMT)
commit489f234316bee9ad6dcad44aa82e8bb38fd7f807 (patch)
tree3ccbe2815a1027a7737e59406778d9595f3a2970 /tools/h5diff/testh5diff.sh
parent8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f (diff)
downloadhdf5-489f234316bee9ad6dcad44aa82e8bb38fd7f807.zip
hdf5-489f234316bee9ad6dcad44aa82e8bb38fd7f807.tar.gz
hdf5-489f234316bee9ad6dcad44aa82e8bb38fd7f807.tar.bz2
[svn-r10017] Purpose:
bug fix/new feature. Description: (committing changes made by Leon.) ph5diff now is a real program by itself. It has its own main (ph5diff_main.c). Codes common to h5diff and ph5diff are in h5diff_common.c. Removed the hack that hide failures from testh5diff.sh. Platforms tested: heping(serial, pp), sol (pp), copper(pp). Misc. update:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index 0be1c1d..31de7db 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -127,8 +127,7 @@ TOOLTEST() {
echo " PASSED"
else
echo "*FAILED*"
-# still under construction. Don't flag the error.
-# nerrors="`expr $nerrors + 1`"
+ nerrors="`expr $nerrors + 1`"
if test yes = "$verbose"; then
echo " Expected result (*.txt) differs from actual result (*.out)"
$DIFF $expect_sorted $actual_sorted |sed 's/^/ /'