Overview
Comment: | Updated to run tests at low priority |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 39e9180a103e0ebed675c3edc0054de55e21af04 |
User & Date: | rkeene on 2010-09-26 04:48:50 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:48 |
Added support for starting Xvfb before beginning tests (to test Tk)
Added Tk test check-in: eaf3feab27 user: rkeene tags: trunk | |
04:48 | Updated to run tests at low priority check-in: 39e9180a10 user: rkeene tags: trunk | |
04:48 | Updated nightly test and publish script to fix bug in cross-compiles check-in: 82a097a2a1 user: rkeene tags: trunk | |
Changes
Modified build/test/do-nightly-tests-and-publish from [d2da929dfb] to [044e3f13f1].
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
exit 1 fi # Clean builds rm -rf kits # Run tests ./test >/dev/null 2>/dev/null # Clean old SVN published results rm -rf "${WEBROOTDIR}"/svn_r*/ # Publish New Results ./publish-tests "${TESTNAME}" exit 0 |
| |
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
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}"
exit 0
|