[svn-r18175] Description:

Bring r17986:18172 from trunk to revise_chunks branch.

Tested on:
        FreeBSD/32 6.3 (duty) in debug mode
        FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
                w/C++ & FORTRAN, w/threadsafe, in debug mode
        Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
                w/C++ & FORTRAN, in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                w/szip filter, in production mode
        Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
                in production mode
        Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
        Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
This commit is contained in:
Quincey Koziol
2010-01-28 08:11:38 -05:00
parent 5b4d327909
commit 3360c3af0c
311 changed files with 9682 additions and 8957 deletions

View File

@@ -19,6 +19,10 @@ if test -z "$srcdir"; then
srcdir=.
fi
TESTNAME=ph5diff
EXIT_SUCCESS=0
EXIT_FAILURE=1
TOOL=${srcdir}/testh5diff.sh
nerrors=0
@@ -53,12 +57,10 @@ TOOLTEST() {
# testphdf5 test using the MPI-POSIX VFL driver
TOOLTEST -p
# Emit message about testing status
# no need to print any message since this is just a shell to invoke
# testh5diff.sh which has already printed the result. Just exit.
if test $nerrors -eq 0 ; then
echo "All $TEST_APP tests passed."
exit $EXIT_SUCCESS
else
echo "ERROR! One or more $TOOL tests failed."
exit $EXIT_FAILURE
fi
# Propagate a useful exit code
exit $nerrors