CC-5651: Unit Test the Scheduler
Log results in xml file for junit parser
This commit is contained in:
parent
5c01234445
commit
e24d25e398
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
rabbitmqctl start_app
|
||||
|
||||
RABBITMQ_VHOST="/airtime"
|
||||
|
@ -23,5 +24,5 @@ export RABBITMQ_PASSWORD
|
|||
export RABBITMQ_VHOST
|
||||
|
||||
export AIRTIME_UNIT_TEST="1"
|
||||
phpunit
|
||||
phpunit --log-junit test_results.xml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue