From c7513e17769563106991822acd597fa2fe81101b Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 13 Jul 2012 09:12:17 -0500 Subject: [svn-r22570] Correct name of error reference file --- config/cmake/runTest.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cmake/runTest.cmake b/config/cmake/runTest.cmake index d0cc335..4738523 100644 --- a/config/cmake/runTest.cmake +++ b/config/cmake/runTest.cmake @@ -122,8 +122,8 @@ IF (NOT TEST_SKIP_COMPARE) IF (TEST_ERRREF) IF (WIN32 AND NOT MINGW) - FILE (READ ${TEST_FOLDER}/${TEST_REFERENCE}.err TEST_STREAM) - FILE (WRITE ${TEST_FOLDER}/${TEST_REFERENCE}.err "${TEST_STREAM}") + FILE (READ ${TEST_FOLDER}/${TEST_ERRREF} TEST_STREAM) + FILE (WRITE ${TEST_FOLDER}/${TEST_ERRREF} "${TEST_STREAM}") ENDIF (WIN32 AND NOT MINGW) # now compare the error output with the error reference -- cgit v0.12