Differences From Artifact [5c58eff196]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [f1179eeee0] at 2010-11-03 14:02:03 on branch trunk — Updated nightly builds to start from clean source every Wednesday (user: rkeene, size: 1532) [annotate] [blame] [check-ins using]
To Artifact [7b67cc45a0]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [82d42d8faf] at 2011-03-03 12:00:04 on branch trunk — Updated to create symlink named "nightly" to point to the nightly test (user: rkeene, size: 1632) [annotate] [blame] [check-ins using]
︙ | |||
54 55 56 57 58 59 60 61 62 63 64 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + + + + | # Clean old auto-generated published results rm -rf "${WEBROOTDIR}"/svn_r*/ "${WEBROOTDIR}"/fossil_*/ # Publish New Results ./publish-tests "${TESTNAME}" # Create nightly symlink rm -f "${WEBROOTDIR}/nightly" ln -s "${TESTNAME}" "${WEBROOTDIR}/nightly" # Clean rm -f '__AUTO_TESTS_RUNNING__' exit 0 |