This commit is contained in:
Tess Gauthier 2023-09-07 14:11:27 -04:00 committed by GitHub
parent 7023264b09
commit ae0f346a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh
# BALU todo - check if we need to pass -T flag
if [ "$os" == "windows" ]; then
# timestamp line messes up stderr-data.sh stderr-after-eof.sh,
# seems to be used for concurrency tests that Windows doesn't supported yet anyway
# seems to be used for concurrency tests that Windows doesn't support yet anyway
cat >$SSHLOGWRAP <<EOD
#!/bin/sh
logfile="${TEST_SSH_LOGDIR}/\${timestamp}.ssh.\$\$.log"