Skip to content

Commit fa06f03

Browse files
committed
WIP 7
1 parent d2829db commit fa06f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/capture_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func TestCapture_ThreadDump(t *testing.T) {
2020

2121
cmd := exec.Command(ycBin,
2222
"-onlyCapture",
23+
"-d=false", // Keep artifacts directory
2324
"-p", fmt.Sprintf("%d", pid),
2425
"-j", JavaHome,
2526
"-a", "test",
@@ -73,6 +74,7 @@ func TestCapture_GCLog(t *testing.T) {
7374

7475
cmd := exec.Command(ycBin,
7576
"-onlyCapture",
77+
"-d=false", // Keep artifacts directory
7678
"-p", fmt.Sprintf("%d", pid),
7779
"-j", JavaHome,
7880
"-a", "test",

0 commit comments

Comments
 (0)