feat: quiten miro test ouput

This commit is contained in:
2026-03-21 05:04:05 +00:00
parent 705933726e
commit 0aaa3b6ac2
3 changed files with 5 additions and 7 deletions
-2
View File
@@ -226,8 +226,6 @@ func TestRunTest(t *testing.T) {
"RUN nested/b",
"PASS nested/b",
"Summary: total=2 passed=2 failed=0",
"echo one\n",
"echo two\n",
} {
if !strings.Contains(stdout, want) {
t.Fatalf("stdout = %q, want substring %q", stdout, want)