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

#!/bin/bash 

# 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"
chmod +x runtest.sh
popd
~/fDtests/runtest.sh
"Welcome to our mercurial repository"