summaryrefslogtreecommitdiffstats
path: root/test/testexternal_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/testexternal_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/testexternal_env.sh.in')
-rw-r--r--test/testexternal_env.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/testexternal_env.sh.in b/test/testexternal_env.sh.in
index 3cc140d..1327c7d 100644
--- a/test/testexternal_env.sh.in
+++ b/test/testexternal_env.sh.in
@@ -34,9 +34,9 @@ ENVCMD="env HDF5_EXTFILE_PREFIX=\${ORIGIN}" # The environment variable & valu
$ENVCMD $RUNSERIAL $TEST_BIN
exitcode=$?
if [ $exitcode -eq 0 ]; then
- echo "Test prefix for HDF5_EXTFILE_PREFIX PASSED"
- else
- nerrors="`expr $nerrors + 1`"
- echo "***Error encountered for HDF5_EXTFILE_PREFIX test***"
+ echo "Test prefix for HDF5_EXTFILE_PREFIX PASSED"
+else
+ nerrors="`expr $nerrors + 1`"
+ echo "***Error encountered for HDF5_EXTFILE_PREFIX test***"
fi
exit $nerrors