mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[memory-agent] Fix tests
This commit is contained in:
@@ -207,7 +207,7 @@ public class OutputChecker {
|
|||||||
result = StringUtil.replace(result, "Process finished with exit code 255", "Process finished with exit code -1");
|
result = StringUtil.replace(result, "Process finished with exit code 255", "Process finished with exit code -1");
|
||||||
|
|
||||||
result = result.replaceAll(" -javaagent:.*debugger-agent\\.jar", "");
|
result = result.replaceAll(" -javaagent:.*debugger-agent\\.jar", "");
|
||||||
result = result.replaceAll(" -agentpath:.*memory_agent\\.\\w*=", "");
|
result = result.replaceAll(" -agentpath:.*memory_agent.*\\.dll=", "");
|
||||||
result = result.replaceAll("!HOST_NAME!:\\d*", "!HOST_NAME!:!HOST_PORT!");
|
result = result.replaceAll("!HOST_NAME!:\\d*", "!HOST_NAME!:!HOST_PORT!");
|
||||||
result = result.replaceAll("at '.*?'", "at '!HOST_NAME!:PORT_NAME!'");
|
result = result.replaceAll("at '.*?'", "at '!HOST_NAME!:PORT_NAME!'");
|
||||||
result = result.replaceAll("address: '.*?'", "address: '!HOST_NAME!:PORT_NAME!'");
|
result = result.replaceAll("address: '.*?'", "address: '!HOST_NAME!:PORT_NAME!'");
|
||||||
|
|||||||
Reference in New Issue
Block a user