changeset 412:1501ddf91026

Align forlder name on other script
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 16:47:40 +0900
parents 46b562be4533
children afd95f560e4b
files contrib/nightly_tests/cronjob.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/nightly_tests/cronjob.sh	Thu Jul 08 16:46:15 2010 +0900
+++ b/contrib/nightly_tests/cronjob.sh	Thu Jul 08 16:47:40 2010 +0900
@@ -1,9 +1,9 @@
 #!/bin/bash 
 
 # This script will simply retrieve the latest "runtest" script and run it.
-pushd ~/fDbuild
+pushd ~/fDtests
 mv -f runtest.sh runtest.sh.prev
 wget "http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtest.sh"
 chmod +x runtest.sh
 popd
-~/fDbuild/runtest.sh
+~/fDtests/runtest.sh
"Welcome to our mercurial repository"