use less tests + try sth

This commit is contained in:
odain
2020-07-15 19:47:35 +02:00
parent 01f9a6f758
commit 9e3b1bfc78
2 changed files with 7 additions and 6 deletions

View File

@@ -196,6 +196,7 @@ CONF;
$oConfig = new Config($sConfigPath, false);
try{
clearstatcache();
$oConfig->WriteToFile();
if ($conf_exists)
{

View File

@@ -41,27 +41,27 @@
verbose="false">
<testsuites>
<testsuite name="Extensions">
<!--testsuite name="Extensions">
<directory>../env-production/*/test</directory>
</testsuite>
</testsuite-->
<testsuite name="Core">
<directory>core</directory>
</testsuite>
<testsuite name="Tickets">
<!--testsuite name="Tickets">
<directory>itop-tickets</directory>
</testsuite>
<testsuite name="Application">
<directory>application</directory>
</testsuite>
<!--testsuite name="OQL">
<testsuite name="OQL">
<directory>OQL</directory>
</testsuite-->
</testsuite>
<testsuite name="Status">
<directory>status</directory>
</testsuite>
<testsuite name="CoreExtensions">
<directory>coreExtensions</directory>
</testsuite>
</testsuite-->
</testsuites>
<!-- Code coverage white list -->