mirror of https://github.com/apache/lucene.git
add -Dtests.nightly=true to failure repro line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c670b76a32
commit
dfc834423e
|
@ -1241,6 +1241,7 @@ public abstract class LuceneTestCase extends Assert {
|
|||
if (!TEST_TIMEZONE.equals("random")) sb.append(" -Dtests.timezone=").append(TEST_TIMEZONE);
|
||||
if (!TEST_DIRECTORY.equals("random")) sb.append(" -Dtests.directory=").append(TEST_DIRECTORY);
|
||||
if (RANDOM_MULTIPLIER > 1) sb.append(" -Dtests.multiplier=").append(RANDOM_MULTIPLIER);
|
||||
if (TEST_NIGHTLY) sb.append(" -Dtests.nightly=true");
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue