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

tests: bail after first test failure #1004

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

stephenplusplus
Copy link
Contributor

Fixes #1002

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 7, 2015
"cover": "istanbul cover -x 'system-test/*' _mocha -- --timeout 60s test/*/*.js test/docs.js system-test/*",
"coveralls": "istanbul cover -x 'system-test/*' _mocha --report lcovonly -- --timeout 60s test/*/*.js test/docs.js system-test/* -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"system-test": "mocha system-test/* --timeout 60s --bail",
"cover": "istanbul cover -x 'system-test/*' _mocha -- --timeout 60s --bail test/*/*.js test/docs.js system-test/*",

This comment was marked as spam.

This comment was marked as spam.

callmehiphop added a commit that referenced this pull request Dec 7, 2015
tests: bail after first test failure
@callmehiphop callmehiphop merged commit cc4e8e0 into googleapis:master Dec 7, 2015
sofisl pushed a commit that referenced this pull request Nov 11, 2022
- [ ] Regenerate this pull request now.

feat: Added obfuscated_external_user_id to Participant
feat: Can directly set Cloud Speech model on the SpeechToTextConfig

PiperOrigin-RevId: 483696090

Source-Link: https://togithub.com/googleapis/googleapis/commit/3772bf3656425cb32ed3525894f8b1a2a5dfa789

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e358d269b1f0eb9964189d18768823bc9e8ab41c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTM1OGQyNjliMWYwZWI5OTY0MTg5ZDE4NzY4ODIzYmM5ZThhYjQxYyJ9

BEGIN_NESTED_COMMIT
feat: Can directly set Cloud Speech model on the SpeechToTextConfig
PiperOrigin-RevId: 482665674

Source-Link: https://togithub.com/googleapis/googleapis/commit/64926d52febbf298cb82a8f472ade4a3969ba922

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/351722be163def7666f13cb76b2a295d9f2a8450
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzUxNzIyYmUxNjNkZWY3NjY2ZjEzY2I3NmIyYTI5NWQ5ZjJhODQ1MCJ9
END_NESTED_COMMIT
@release-please release-please bot mentioned this pull request Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants