Updated run nightly tests with cleanup script

This commit is contained in:
Bryan Herman 2014-03-11 19:09:11 -04:00
parent 0067222b95
commit 7de662d920
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "OpenMC")
set(CTEST_NIGHTLY_START_TIME "05:00:00 UTC")
set(CTEST_NIGHTLY_START_TIME "03:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "neutronbalance.mit.edu")

View file

@ -171,6 +171,8 @@ ctest_vars = {
# Begin testing
call(['rm', '-rf', 'build'])
call(['rm', '-rf', 'ctestscript.run'])
call(['./cleanup'])
for key in iter(tests):
test = tests[key]
@ -188,3 +190,5 @@ for key in iter(tests):
# Clear build directory
call(['rm', '-rf', 'build'])
call(['rm', '-rf', 'ctestscript.run'])
call(['./cleanup'])