From 1a9c5c98625667d316542be7c5330fcfefa2cca4 Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Fri, 4 Apr 2014 12:05:51 +0000 Subject: [PATCH] Add test-help info git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1584635 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/common-build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 889bfc1de7b..b51c7316132 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -1241,9 +1241,11 @@ ant -Dtests.timestamps=on ... # Override forked JVM file.encoding ant -Dtests.file.encoding=XXX ... -# Don't remove temporary files under slave directories, even if -# the test passes. +# Don't remove any temporary files under slave directories, even if +# the test passes (any of the following props): ant -Dtests.leaveTemporary=true +ant -Dtests.leavetmpdir=true +ant -Dsolr.test.leavetmpdir=true # Do *not* filter stack traces emitted to the console. ant -Dtests.filterstacks=false