mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -60,7 +60,7 @@ for n in `seq 1 5` ; do
|
||||
$ASTERISK -rx "core waitfullybooted" -C $CONFFILE && break
|
||||
done
|
||||
sleep 1
|
||||
$ASTERISK -rx "${TEST_COMMAND:-test execute all}" -C $CONFFILE
|
||||
$ASTERISK -rx "${UNITTEST_COMMAND:-test execute all}" -C $CONFFILE
|
||||
$ASTERISK -rx "test show results failed" -C $CONFFILE
|
||||
$ASTERISK -rx "test generate results xml $OUTPUTFILE" -C $CONFFILE
|
||||
$ASTERISK -rx "core stop now" -C $CONFFILE
|
||||
|
Reference in New Issue
Block a user