mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: default shrink enabled
This commit is contained in:
+1
@@ -222,6 +222,7 @@ public class ShellAssertionTool {
|
|||||||
.shellType(shellType)
|
.shellType(shellType)
|
||||||
.targetJreVersion(targetJdkVersion)
|
.targetJreVersion(targetJdkVersion)
|
||||||
.debug(true)
|
.debug(true)
|
||||||
|
.shrink(true)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
ShellToolConfig shellToolConfig = null;
|
ShellToolConfig shellToolConfig = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user