From ab74a291f7073bf6a34ad9e011496ddce05216bf Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 15 Mar 2011 13:42:13 -0500 Subject: [svn-r20252] Add comment that indicates a "2" in the resultcode param means "skip h5diff" component of test --- tools/h5copy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt index 4d279b6..62a89a2 100644 --- a/tools/h5copy/CMakeLists.txt +++ b/tools/h5copy/CMakeLists.txt @@ -92,6 +92,7 @@ IF (BUILD_TESTING) COMMAND $ -i ./testfiles/${infile} -o ./testfiles/${outfile} -${vparam} -s ${srcname} -d ${dstname} ) ENDIF (NOT "${ARGN}" STREQUAL "") + # resultcode=2 will cause the test to skip the diff test IF (NOT ${resultcode} STREQUAL "2") ADD_TEST ( NAME H5COPY-DIFF_${testname} -- cgit v0.12