test: default shrink enabled
This commit is contained in:
ReaJason
2025-02-26 20:31:10 +08:00
parent 0192aa58ea
commit 5cfda07fe8
@@ -222,6 +222,7 @@ public class ShellAssertionTool {
.shellType(shellType)
.targetJreVersion(targetJdkVersion)
.debug(true)
.shrink(true)
.build();
ShellToolConfig shellToolConfig = null;