mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22570] Correct name of error reference file
This commit is contained in:
parent
f48ae2195a
commit
c7513e1776
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user