mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
CI: Add realtime checks to dailies
Change-Id: I6dc8ab1679b3505c6dde1d47e1b9276df47814f8
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
CIDIR=$(dirname $(readlink -fn $0))
|
||||
REALTIME=0
|
||||
source $CIDIR/ci.functions
|
||||
ASTETCDIR=$DESTDIR/etc/asterisk
|
||||
|
||||
pushd $TESTSUITE_DIR
|
||||
|
||||
./cleanup-test-remnants.sh
|
||||
|
||||
if [ $REALTIME -eq 0 ] ; then
|
||||
$CIDIR/setupRealtime.sh
|
||||
fi
|
||||
|
||||
export PYTHONPATH=./lib/python/
|
||||
echo "Running tests ${TEST_COMMAND}"
|
||||
./runtests.py --cleanup ${TEST_COMMAND} | contrib/scripts/pretty_print --no-color --no-timer --term-width=120 --show-errors || :
|
||||
|
||||
Reference in New Issue
Block a user