summaryrefslogtreecommitdiffstats
path: root/test/testlinks_env.sh.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-12-17 03:36:13 (GMT)
committerGitHub <noreply@github.com>2020-12-17 03:36:13 (GMT)
commit3f37f6648dcb868fdbd7f94658ad1cd965ae257c (patch)
treea922501d6c0bc59dcbf45e8b9b2b90028aca885b /test/testlinks_env.sh.in
parent068136351c3d52d12c6dd55f5d4185b700e9b5c4 (diff)
downloadhdf5-3f37f6648dcb868fdbd7f94658ad1cd965ae257c.zip
hdf5-3f37f6648dcb868fdbd7f94658ad1cd965ae257c.tar.gz
hdf5-3f37f6648dcb868fdbd7f94658ad1cd965ae257c.tar.bz2
Fix datatype lookup in named datatype flush/refresh code and detect more core dumps in test scripts (#193)hdf5-1_13_0-rc3
* Detect coredumps, and avoid printing a warning when creating a directory that already exists * Retrieve the actual datatype object correctly, in the face of possible pass-through VOL connectors * Detect more core dumps, and tiny formatting cleanup * Revert error status checks for mirror VFD test script
Diffstat (limited to 'test/testlinks_env.sh.in')
-rw-r--r--test/testlinks_env.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testlinks_env.sh.in b/test/testlinks_env.sh.in
index 3d6b3ce..e61e057 100644
--- a/test/testlinks_env.sh.in
+++ b/test/testlinks_env.sh.in
@@ -34,8 +34,8 @@ echo "$ENVCMD $RUNSERIAL $TEST_BIN"
$ENVCMD $RUNSERIAL $TEST_BIN
exitcode=$?
if [ $exitcode -eq 0 ]; then
- echo "Test for HDF5_EXT_PREFIX PASSED"
- else
+ echo "Test for HDF5_EXT_PREFIX PASSED"
+else
nerrors="`expr $nerrors + 1`"
echo "***Error encountered for HDF5_EXT_PREFIX test***"
fi