Differences From Artifact [d2da929dfb]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [82a097a2a1] at 2010-09-26 04:48:45 on branch trunk — Updated nightly test and publish script to fix bug in cross-compiles (user: rkeene, size: 898) [annotate] [blame] [check-ins using]
To Artifact [044e3f13f1]:
- Executable file build/test/do-nightly-tests-and-publish — part of check-in [39e9180a10] at 2010-09-26 04:48:50 on branch trunk — Updated to run tests at low priority (user: rkeene, size: 909) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
28 29 30 31 32 33 34 | exit 1 fi # Clean builds rm -rf kits # Run tests | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | exit 1 fi # Clean builds rm -rf kits # Run tests nice -n 20 ./test >/dev/null 2>/dev/null # Clean old SVN published results rm -rf "${WEBROOTDIR}"/svn_r*/ # Publish New Results ./publish-tests "${TESTNAME}" |
︙ | ︙ |