Skip to content

Commit 30be74e

Browse files
committed
Turn on verbose logging of ssh commands in tests
1 parent e42fc66 commit 30be74e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/cibuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ REMOTE_VERSIONS="
1111
2.0.0
1212
"
1313

14+
# Enable verbose logging of ssh commands
15+
export GHE_VERBOSE_SSH=true
16+
1417
# Run over all remote versions and run entire test suite against each
1518
res=true
1619
for version in $REMOTE_VERSIONS

0 commit comments

Comments
 (0)