Skip to content

Return error codes when command fails #6

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

Open
stalehd opened this issue Sep 18, 2021 · 0 comments
Open

Return error codes when command fails #6

stalehd opened this issue Sep 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@stalehd
Copy link
Contributor

stalehd commented Sep 18, 2021

This makes it easier to script it in f.e. a CI server.:

#!/bin/bash
set -o errexit
COLLECTION_ID=$(span collection add -t"name:CI test collection" --invalid-parameter | jq -r .collectionId)
echo This bit should not be executed
@stalehd stalehd added the enhancement New feature or request label Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant