CI: Add options to initialize and cleanup database to runTestsuite.sh

Change-Id: I352333233bab5377723bf37d490ba84fc55bc853
This commit is contained in:
George Joseph
2018-07-24 12:29:19 -06:00
parent af5984d694
commit 797835c5b9
4 changed files with 119 additions and 57 deletions

View File

@@ -32,7 +32,7 @@
{
"name": "real",
"dir": "tests/CI/output/realtime",
"runTestsuiteOptions": "--realtime",
"runTestsuiteOptions": "--realtime --initialize-db --cleanup-db",
"testcmd": " -t tests/channels/pjsip -G realtime-incompatible"
}
]