summaryrefslogtreecommitdiffstats
path: root/test/testlinks_env.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-03 05:50:44 (GMT)
committerGitHub <noreply@github.com>2021-02-03 05:50:44 (GMT)
commit374211e79dd51b6ee0aad4c0fbd47f7c27f4fec4 (patch)
treea71a1664683324c19a424ede696e2e2c6477ab6f /test/testlinks_env.sh.in
parent202438695557ab629a85aa38cc2bec324b7cfafe (diff)
downloadhdf5-374211e79dd51b6ee0aad4c0fbd47f7c27f4fec4.zip
hdf5-374211e79dd51b6ee0aad4c0fbd47f7c27f4fec4.tar.gz
hdf5-374211e79dd51b6ee0aad4c0fbd47f7c27f4fec4.tar.bz2
Test script 112 (#301)
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * test testing script merge from develop
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