summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-12-28 22:50:48 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-12-28 22:50:48 (GMT)
commit126d1e6176a490b9d4c73b1c7a75d697e9c7162c (patch)
treee70936e6767fa8fe9a46dd4dad2637fb10cdb39c /config
parentba095e6a53a919c9753463c3800a26b180b7a135 (diff)
downloadhdf5-126d1e6176a490b9d4c73b1c7a75d697e9c7162c.zip
hdf5-126d1e6176a490b9d4c73b1c7a75d697e9c7162c.tar.gz
hdf5-126d1e6176a490b9d4c73b1c7a75d697e9c7162c.tar.bz2
Add .lsf batch scripts and insert the build directory into the scripts
during configuration.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/scripts/CTestScript.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/scripts/CTestScript.cmake b/config/cmake/scripts/CTestScript.cmake
index 9534b1e..f4dffb3 100755
--- a/config/cmake/scripts/CTestScript.cmake
+++ b/config/cmake/scripts/CTestScript.cmake
@@ -281,6 +281,7 @@ message (STATUS "Dashboard script configuration:\n${vars}\n")
endif ()
message(STATUS "Found ${CTEST_BINARY_DIRECTORY}/Testing/${TAG_CONTENTS}/Test.xml for serial tests. Renaming to SerialTest.xml")
file (RENAME ${CTEST_BINARY_DIRECTORY}/Testing/${TAG_CONTENTS}/Test.xml ${CTEST_BINARY_DIRECTORY}/Testing/${TAG_CONTENTS}/SerialTest.xml)
+ file (RENAME ${CTEST_BINARY_DIRECTORY}/Testing/Temporary/LastTest_${TAG_CONTENTS}.log ${CTEST_BINARY_DIRECTORY}/Testing/Temporary/LastTest_${TAG_CONTENTS}_Serial.log)
unset(result CACHE)
execute_process (COMMAND ${LOCAL_BATCH_SCRIPT_COMMAND} ${CTEST_SOURCE_DIRECTORY}/bin/batch/${LOCAL_BATCH_SCRIPT_PARALLEL_NAME})
message(STATUS "Check for existence of ${CTEST_BINARY_DIRECTORY}/Testing/${TAG_CONTENTS}/Test.xml")