diff options
| author | Ben Batha <[email protected]> | 2016-07-29 09:20:47 -0400 |
|---|---|---|
| committer | Ben Batha <[email protected]> | 2016-07-29 09:23:29 -0400 |
| commit | 39be51943d632634353ae00c95efe6883edb649c (patch) | |
| tree | 2abb0aa2c373fd447927fe46feaa185589e358ec | |
| parent | Merge pull request #423 from taheris/fix/moving-write-buffer (diff) | |
| download | rust-openssl-39be51943d632634353ae00c95efe6883edb649c.tar.xz rust-openssl-39be51943d632634353ae00c95efe6883edb649c.zip | |
add RUST_BACKTRACE=1 to make debugging ci failures easier
| -rwxr-xr-x | openssl/test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index 1c23067f..85603773 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -33,4 +33,4 @@ else fi export PATH=$HOME/openssl/bin:$PATH -(cd openssl && cargo $COMMAND $FLAGS --features "$FEATURES") +(cd openssl && RUST_BACKTRACE=1 cargo $COMMAND $FLAGS --features "$FEATURES") |