view contrib/nightly_tests/cronjob.sh @ 410:3ed2c84d9e23

Couple of fixes and improvements
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 16:45:41 +0900
parents
children 1501ddf91026
line wrap: on
line source

#!/bin/bash 

# This script will simply retrieve the latest "runtest" script and run it.
pushd ~/fDbuild
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
"Welcome to our mercurial repository"