@@ -36,12 +36,14 @@ # On Wednesday, do a distclean to force redownloading everything (mainly # for CVS Head) and force a rebuild to ensure up-to-date build status if [ "$(date '+%u')" != "3" ]; then if [ -d "${WEBROOTDIR}/${TESTNAME}" ]; then - # Don't re-run the tests if nothing has changed - exit 0 + if [ "$1" != "force" ]; then + # Don't re-run the tests if nothing has changed + exit 0 + fi fi fi # Only run one at a time if [ -f "${MARKERFILE}" ]; then