Skip to content
Snippets Groups Projects
Commit 36aacfe8 authored by felmer's avatar felmer
Browse files

SP-359, SWE-16: Allow to suppress index creation by system property...

SP-359, SWE-16: Allow to suppress index creation by system property 'rebuild-index' (default value: true).

SVN: 27490
parent 6b662f6e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class TestInitializer
{
LogInitializer.init();
if (firstTry)
if (firstTry && System.getProperty("rebuild-index", "true").equals("true"))
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment