From 4ebfbd637058a001556d3fb3e13b8e9deb4ff483 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 21 Mar 2024 11:11:29 -0500 Subject: [PATCH] Fix grammar in README.md release template (#4201) --- config/cmake/README.md.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/README.md.cmake.in b/config/cmake/README.md.cmake.in index 5ba93f356b..7f6af3646a 100644 --- a/config/cmake/README.md.cmake.in +++ b/config/cmake/README.md.cmake.in @@ -67,7 +67,7 @@ To test the installation with the examples; ctest -S HDF5_Examples.cmake,CTEST_SOURCE_NAME=MyExamples,INSTALLDIR=MyLocation -C Release -V -O test.log When executed, the ctest script will save the results to the log file, test.log, as -indicated by the ctest command. If you wish the to see more build and test information, +indicated by the ctest command. If you wish to see more build and test information, add "-VV" to the ctest command. The output should show; 100% tests passed, 0 tests failed out of 156.