Skip to content

Commit b9c5af5

Browse files
committed
Excluding J9 as well
1 parent 92faa53 commit b9c5af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dd-smoke-tests/src/main/groovy/datadog/smoketest/AbstractSmokeTest.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ abstract class AbstractSmokeTest extends ProcessManager {
154154
]
155155

156156

157-
// DQH - 13 Nov 2024 - Crashtracking bash script oesn't work on OS X,
157+
// DQH - 13 Nov 2024 - Crashtracking bash script doesn't work on OS X,
158158
// so skipping crash tracking on OS X
159-
if (!Platform.isMac()) {
159+
if (!Platform.isMac() && !Platform.isJ9()) {
160160
def errorScript = tmpDir + "/dd_crash_uploader." + getScriptExtension()
161-
def onErrorValue = '"' + errorScript + ' %p"'
161+
def onErrorValue = errorScript + ' %p'
162162

163163
ret += "-XX:OnError=" + onErrorValue
164164
}

0 commit comments

Comments
 (0)