aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-04-26 20:11:33 +0200
committerJiri Vanek <[email protected]>2013-04-26 20:11:33 +0200
commit559dfa4f372f950bd6469e8647bad6798f0993cc (patch)
treed5663ede40f1f57c45bc7935628bd4f15473222e /tests
parentfaf33218758fc1cd633affa929142256bb455906 (diff)
Again, diabling accidentally enabled logs reprint
Diffstat (limited to 'tests')
-rw-r--r--tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
index 8763771..55ec17a 100644
--- a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
+++ b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
@@ -119,7 +119,7 @@ public class ServerAccess {
* this flag is indicating whether output of executeProcess should be logged. By default true.
*/
public static boolean PROCESS_LOG = true;
- public static boolean LOGS_REPRINT = true;
+ public static boolean LOGS_REPRINT = false;
private Browser currentBrowser;
public static final String UNSET_BROWSER="unset_browser";