Skip to content

Commit 7e2dc82

Browse files
author
jantje
committed
initialize a global variable
1 parent dab6602 commit 7e2dc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.tests/src/io/sloeber/core/Shared.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.sloeber.core;
22

3-
import static org.junit.Assert.fail;
3+
import static org.junit.Assert.*;
44

55
import java.io.BufferedOutputStream;
66
import java.io.File;
@@ -48,7 +48,7 @@ public static void setDeleteProjects(boolean deleteProjects) {
4848
private static int myLocalBuildCounter;
4949
private static int myTestCounter;
5050
private static String myLastFailMessage = new String();
51-
private static boolean closeFailedProjects;
51+
private static boolean closeFailedProjects = false;
5252

5353
public static boolean isCloseFailedProjects() {
5454
return closeFailedProjects;

0 commit comments

Comments
 (0)