mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
CI: Split --test-command argument.
The --test-command argument has now been split, unit tests now use `--unittest-command` and the testsuite uses --testsuite-command. This will make it easier to create a script which run everything by forwarding the same arguments to all CI scripts. Change-Id: Ia54aa4848eaffbdf13175fcda40fc0b23080ad71
This commit is contained in:
@@ -13,8 +13,8 @@ if [ $REALTIME -eq 1 ] ; then
|
||||
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 || :
|
||||
echo "Running tests ${TESTSUITE_COMMAND}"
|
||||
./runtests.py --cleanup ${TESTSUITE_COMMAND} | contrib/scripts/pretty_print --no-color --no-timer --term-width=120 --show-errors || :
|
||||
|
||||
if [ $REALTIME -eq 1 ] ; then
|
||||
$CIDIR/teardownRealtime.sh
|
||||
@@ -26,4 +26,4 @@ if [ -f core* ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
popd
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user