We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2829db commit fa06f03Copy full SHA for fa06f03
test/integration/capture_test.go
@@ -20,6 +20,7 @@ func TestCapture_ThreadDump(t *testing.T) {
20
21
cmd := exec.Command(ycBin,
22
"-onlyCapture",
23
+ "-d=false", // Keep artifacts directory
24
"-p", fmt.Sprintf("%d", pid),
25
"-j", JavaHome,
26
"-a", "test",
@@ -73,6 +74,7 @@ func TestCapture_GCLog(t *testing.T) {
73
74
75
76
77
78
79
80
0 commit comments