changeset 414:87e766e838e4

Fix script name -- all locations
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 16:49:08 +0900
parents afd95f560e4b
children 1f4aa49b26e4
files contrib/nightly_tests/cronjob.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/nightly_tests/cronjob.sh	Thu Jul 08 16:48:27 2010 +0900
+++ b/contrib/nightly_tests/cronjob.sh	Thu Jul 08 16:49:08 2010 +0900
@@ -2,8 +2,8 @@
 
 # This script will simply retrieve the latest "runtest" script and run it.
 pushd ~/fDtests
-mv -f runtest.sh runtest.sh.prev
+mv -f runtests.sh runtests.sh.prev
 wget "http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh"
-chmod +x runtest.sh
+chmod +x runtests.sh
 popd
-~/fDtests/runtest.sh
+~/fDtests/runtests.sh
"Welcome to our mercurial repository"