view contrib/nightly_tests/cronjob.sh @ 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
line wrap: on
line source

#!/bin/bash 

# This script will simply retrieve the latest "runtest" script and run it.
pushd ~/fDtests
mv -f runtests.sh runtests.sh.prev
wget "http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh"
chmod +x runtests.sh
popd
~/fDtests/runtests.sh
"Welcome to our mercurial repository"