# HG changeset patch # User Sebastien Decugis # Date 1278575307 -32400 # Node ID afd95f560e4b01a5780df07eb0ecbb09de6cad22 # Parent 1501ddf91026b97545aaf491a7e91144cdd05eb7 Fix script name diff -r 1501ddf91026 -r afd95f560e4b contrib/nightly_tests/cronjob.sh --- a/contrib/nightly_tests/cronjob.sh Thu Jul 08 16:47:40 2010 +0900 +++ b/contrib/nightly_tests/cronjob.sh Thu Jul 08 16:48:27 2010 +0900 @@ -3,7 +3,7 @@ # This script will simply retrieve the latest "runtest" script and run it. pushd ~/fDtests mv -f runtest.sh runtest.sh.prev -wget "http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtest.sh" +wget "http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh" chmod +x runtest.sh popd ~/fDtests/runtest.sh