Skip to content

Commit 51780dd

Browse files
committed
Move Derby system home into 'target' folder
1 parent 2f3eccc commit 51780dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ integration/felix-cache/
1212
runner
1313
.DS_Store
1414
test-output
15-
@TestDB
16-
TestDB
17-
derby*

src/test/java/com/nordstrom/common/jdbc/DatabaseUtilsTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
public class DatabaseUtilsTest {
1414

15+
static {
16+
System.setProperty("derby.system.home", "target");
17+
}
18+
1519
@BeforeClass
1620
public static void startDerby() {
1721
Connection conn = null;

0 commit comments

Comments
 (0)