CC-5651: Unit Test the Scheduler

Log results in xml file for junit parser
This commit is contained in:
drigato 2014-01-31 12:41:15 -05:00
parent 5c01234445
commit e24d25e398

View file

@ -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