Oops, don't enable reporting in integration tests
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4179 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5b94c926c8
commit
8c4009ee18
|
|
@ -45,7 +45,7 @@ import java.util.*;
|
|||
public class WalkerTest extends BaseTest {
|
||||
// the default output path for the integration test
|
||||
private File outputFileLocation = null;
|
||||
private static final boolean ENABLE_REPORTING = true;
|
||||
private static final boolean ENABLE_REPORTING = false;
|
||||
|
||||
/**
|
||||
* Subdirectory under the ant build directory where we store integration test md5 results
|
||||
|
|
|
|||
Loading…
Reference in New Issue