view contrib/nightly_tests/cronjob.sh @ 1530:2c92c6b73ac9

dict_dcca_3gpp: highlight more local fixes Mark local fixes with "Fix:" Use "Table" vs "table". Minor formatting consistency. No change to generated dictionary.
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 15:16:18 +1000
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"