summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-04-10 21:04:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-04-10 21:04:01 (GMT)
commit8c20f7607b73d10877859f6a70c42b04c20e178a (patch)
treec0b8503ac87af3730cd5bd445382bc853bda35c6 /testpar
parent9068e328c0d6d083b61e7c60399ac42a9843dfbd (diff)
downloadhdf5-8c20f7607b73d10877859f6a70c42b04c20e178a.zip
hdf5-8c20f7607b73d10877859f6a70c42b04c20e178a.tar.gz
hdf5-8c20f7607b73d10877859f6a70c42b04c20e178a.tar.bz2
Correct test name
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index 8971cdc..0bd1c3b 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -80,7 +80,7 @@ endforeach ()
# The following will only be correct on windows shared
#set_tests_properties (MPI_TEST_t_pflush1 PROPERTIES WILL_FAIL "true")
-set_property (MPI_TEST TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
+set_property (MPI_TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
set_tests_properties (MPI_TEST_t_pflush2 PROPERTIES DEPENDS MPI_TEST_t_pflush1)
if (HDF5_TEST_VFD)