File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dd-smoke-tests/src/main/groovy/datadog/smoketest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
9494 throw e
9595 } else {
9696 def logFile = logFilePaths[idx]
97- // highlight when process exited abnormally, since that may have contributed
98- // to the log verification failure
99- throw new RuntimeException (
100- " Server process exited abnormally - exit code: ${ exitCode} ; check log file: ${ logFile} " , e)
97+ // highlight when process exited abnormally, since that may have contributed
98+ // to the log verification failure
99+ throw new RuntimeException (
100+ " Server process exited abnormally - exit code: ${ exitCode} ; check log file: ${ logFile} " , e)
101101 }
102102 }
103103 }
You can’t perform that action at this time.
0 commit comments