summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-08-01 21:53:25 -0700
committerWez Furlong <wez@wezfurlong.org>2019-08-02 10:12:40 -0700
commit6818980c86d015b26c875117f03a61eadf431caa (patch)
treebccb4b948fa99056d53b0c5c10e345c49362cdc5 /tests
parent16cb2862ff01ba4a703cda59dfadbad443aa5738 (diff)
downloadssh2-rs-6818980c86d015b26c875117f03a61eadf431caa.zip
more diagnostics for travis/macos
Debugging a test failure/hang on travis for macos
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_integration_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index d59f026..f535765 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -59,5 +59,5 @@ EOT
sleep 2
# Run the tests against it
-cargo test --all
+cargo test --all -- --nocapture
cargo test --features vendored-openssl -- --nocapture