CI: Add daily periodics to CI

Change-Id: I26933e73928e091ae72e838c02f4f2ec7c3983d6
This commit is contained in:
George Joseph
2018-07-13 05:56:38 -06:00
parent df25563433
commit e8727fcfa8
6 changed files with 173 additions and 10 deletions

View File

@@ -7,7 +7,8 @@ pushd $TESTSUITE_DIR
./cleanup-test-remnants.sh
export PYTHONPATH=./lib/python/
runner ./runtests.py --cleanup ${TEST_COMMAND} | contrib/scripts/pretty_print --no-color --no-timer --term-width=120 --show-errors || :
echo "Running tests ${TEST_COMMAND}"
./runtests.py --cleanup ${TEST_COMMAND} | contrib/scripts/pretty_print --no-color --no-timer --term-width=120 --show-errors || :
if [ -f core* ] ; then
echo "*** Found a core file after running unit tests ***"