Skip to content

Commit ae7aa1a

Browse files
committed
WIP
1 parent a4fdcdc commit ae7aa1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dd-smoke-tests/resteasy/src/test/groovy/smoketest/ResteasyAppsecSmokeTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ class ResteasyAppsecSmokeTest extends AbstractAppSecServerSmokeTest {
1717

1818
List<String> command = new ArrayList<>()
1919
command.add(javaPath())
20+
command.add("-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005")
2021
command.addAll(defaultJavaProperties)
21-
22+
command.addAll(defaultAppSecProperties)
2223
if (Platform.isJavaVersionAtLeast(17)) {
2324
command.addAll(["--add-opens", "java.base/java.lang=ALL-UNNAMED"])
2425
}

0 commit comments

Comments
 (0)