Closed JulienVdG closed 5 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here (e.g. I signed it!
) and we'll verify it.
ℹ️ Googlers: Go here for more info.
What's up with the CLA signing?
ITRENEW's Chief Financial Officer who is responsible for legal too signed it, but apparently the CLA was voided pretending he does not have the right position... I wrote to cla-submissions to try to sort this out. Maybe you can help ?
We filed the CLA again with some changes to the point of contact and it was accepted so:
We signed it!
Thx. for making GoExpect better!
Thanks for making/maintaining GoExpect. :) I'm using it for a test framework (https://github.com/JulienVdG/tastevin/) so expect new PR when I continue using GoExpect !
This was detected by using Tee and checking if the Tee
Close
function was called. It was not ... adding thesrv.Close()
call madewaitForSession
end (the <-endch whould no lomger block). But the TeeClose
function was called twice, because the batchersrv
is also using Tee while it should not.Signed-off-by: Julien Viard de Galbert julien.viard-de-galbert@itrenew.com