diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-10-08 15:15:58 -0500 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-10-08 17:11:36 -0400 |
| commit | 325268f53e6cefe258348ffab1b09faee4ac81ed (patch) | |
| tree | 4caae498921a26581bdd0b2d1bfd95bea76b7e06 /src/doc/rustc-dev-guide/ci | |
| parent | 9675f13c71acd0d5e99136bba94f8915489c6abd (diff) | |
| download | rust-325268f53e6cefe258348ffab1b09faee4ac81ed.tar.gz rust-325268f53e6cefe258348ffab1b09faee4ac81ed.zip | |
More debuggable bash settings
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'src/doc/rustc-dev-guide/ci')
| -rwxr-xr-x | src/doc/rustc-dev-guide/ci/linkcheck.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/ci/linkcheck.sh b/src/doc/rustc-dev-guide/ci/linkcheck.sh index 7149ab3a7f1..a1cd424fbd9 100755 --- a/src/doc/rustc-dev-guide/ci/linkcheck.sh +++ b/src/doc/rustc-dev-guide/ci/linkcheck.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +set -ev +set -o pipefail + # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job FLAGS="" |
