summaryrefslogtreecommitdiffstats
path: root/config/cmake/vfdTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-03 15:35:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-03 15:35:59 (GMT)
commite3e24a298967e40adc79a4ed37c8d9f5695bfbba (patch)
tree7452a024275bb140f32d50b0133b15d2cb1f2916 /config/cmake/vfdTest.cmake
parent86c4e7ac0f3d9849e6963fb3534ad33de82a7b04 (diff)
downloadhdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.zip
hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.gz
hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.bz2
HDFFV-10632 - split stderr and stdout in cmake
Diffstat (limited to 'config/cmake/vfdTest.cmake')
-rw-r--r--config/cmake/vfdTest.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cmake/vfdTest.cmake b/config/cmake/vfdTest.cmake
index 66a97c0..95a4c40 100644
--- a/config/cmake/vfdTest.cmake
+++ b/config/cmake/vfdTest.cmake
@@ -32,9 +32,9 @@ if (EXISTS ${TEST_FOLDER}/${TEST_OUTPUT}.err)
endif ()
# if there is not an error reference file add the error output to the stdout file
-if (NOT TEST_ERRREF)
- set (ERROR_APPEND 1)
-endif ()
+#if (NOT TEST_ERRREF)
+# set (ERROR_APPEND 1)
+#endif ()
message (STATUS "USING ${TEST_VFD} ON COMMAND: ${TEST_PROGRAM} ${TEST_ARGS}")