File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dd-smoke-tests/src/main/groovy/datadog/smoketest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ abstract class AbstractSmokeTest extends ProcessManager {
132132
133133 def javaProperties () {
134134 def tmpDir = " /tmp"
135-
135+
136136 def ret = [
137137 " ${ getMaxMemoryArgumentForFork()} " ,
138138 " ${ getMinMemoryArgumentForFork()} " ,
@@ -162,7 +162,7 @@ abstract class AbstractSmokeTest extends ProcessManager {
162162 def extension = getScriptExtension()
163163
164164 ret + = " -XX:OnError=${ tmpDir} /dd_crash_uploader.${ extension} %p"
165- // Unlike crash tracking smoke test, keep the default delay; otherwise, otherwise other tests will fail
165+ // Unlike crash tracking smoke test, keep the default delay; otherwise, otherwise other tests will fail
166166 // ret += "-Ddd.dogstatsd.start-delay=0"
167167 }
168168
You can’t perform that action at this time.
0 commit comments