Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metamorphic: abridge failure output #3967

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metamorphic/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ To reduce: go test ./internal/metamorphic -tags invariants -run '%s$' --run-dir
err,
out,
optionsStr,
formattedOps,
opsPath,
readFile(filepath.Join(runDir, "history")),
topLevelTestName, runDir,
)
Expand Down Expand Up @@ -332,7 +332,7 @@ To reduce: go test ./internal/metamorphic -tags invariants -run '%s$' --compare
metaDir, names[0], names[i], text,
names[0], optionsStrA,
names[i], optionsStrB,
formattedOps,
opsPath,
topLevelTestName, metaDir, names[0], names[i])
os.Exit(1)
}
Expand Down
Loading