Commit c85a803
committed
test: a tweak to fix a test failure
These changes fix a test failure that happened in my dev environment.
They make sure to use a directory created by @tempdir, rather than just
using java.io.tmpdir (a very full/messy tmp directory was causing one of
the config tests to fail).
Also, a new .gitignore hides the intellij download created for tests in
agent/test/intellij.1 parent b60aac6 commit c85a803
File tree
2 files changed
+3
-2
lines changed- agent
- src/test/java/com/appland/appmap/config
- test/intellij
2 files changed
+3
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments