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

running all tests even if some fail #22

Open
ceeaspb opened this issue Nov 10, 2014 · 1 comment
Open

running all tests even if some fail #22

ceeaspb opened this issue Nov 10, 2014 · 1 comment

Comments

@ceeaspb
Copy link

ceeaspb commented Nov 10, 2014

per
gruntjs/grunt#1163
seems like this is a grunt issue/discussion, question here is whether it is worth putting in a specific fix here until grunt provides the needed functionality.
note the need for non zero exit code also.

currently we can't both run all the tests to capture the data in a systematic way and exit with a non zero exit code if any one test failed.

@ceeaspb
Copy link
Author

ceeaspb commented Nov 10, 2014

Warning: Task "perfbudget:test" failed. Used --force, continuing.

Done, but with warnings.
$ echo $?
0
Warning: Task "perfbudget:test" failed. Use --force to continue.

Aborted due to warnings.
$ echo $?
3

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

No branches or pull requests

1 participant