view contrib/nightly_tests/cronjob.sh @ 1322:7800e6f1919f

Do not log an error if TLS link was shutdown properly
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 15 Oct 2017 21:13:58 +0800
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"