This commit is contained in:
Ahmed Ibrahim
2025-11-20 13:13:16 -08:00
parent 2e44082a30
commit 02ecb4d159

View File

@@ -1530,8 +1530,8 @@ async fn unified_exec_formats_large_output_summary() -> Result<()> {
} = builder.build(&server).await?; } = builder.build(&server).await?;
let script = r#"python3 - <<'PY' let script = r#"python3 - <<'PY'
for i in range(10000): import sys
print("token token ") sys.stdout.write("token token \n" * 500)
PY PY
"#; "#;