view contrib/nightly_tests/cronjob.sh @ 1317:bb5dd52bb9b8

extensions/dict_legacy_xml: enumerated has base type integer32 Not unsigned32.
author Thomas Klausner <tk@giga.or.at>
date Mon, 23 Jan 2017 15:14:46 +0100
parents 87e766e838e4
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"