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

standalone test binaries should print PASS or FAIL when finished #2415

Open
dgryski opened this issue Dec 20, 2021 · 1 comment
Open

standalone test binaries should print PASS or FAIL when finished #2415

dgryski opened this issue Dec 20, 2021 · 1 comment
Labels
good first issue

Comments

@dgryski
Copy link
Member

@dgryski dgryski commented Dec 20, 2021

~/go/src/go.googlesource.com/go/src/compress/flate $ tinygo test -c compress/flate && ./flate.test
~/go/src/go.googlesource.com/go/src/compress/flate $ go test -c &&  ./flate.test
PASS
@dgryski dgryski added the good first issue label Dec 20, 2021
@aykevl
Copy link
Member

@aykevl aykevl commented Dec 28, 2021

Huh, that must have been a bug I've introduced here: #2043
So essentially what we need is that test binaries print "PASS" or "FAIL" but if they pass, they shouldn't print this (to avoid excessive output, like before #2043).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue
Projects
None yet
Development

No branches or pull requests

2 participants