This repository was archived by the owner on Mar 14, 2023. It is now read-only.
added log to runLocally, added test for tarring folder/ #279
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && tar -czf foo.tar.gz anotherfolder1604264657030" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "mkdir -p ./" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "mkdir -p ./"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && scp -i /home/user/.ssh/id_rsa foo.tar.gz user@ssh.example.com:./" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && rm foo.tar.gz" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd ./ && tar -xzf foo.tar.gz" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cd ./ && tar -xzf foo.tar.gz"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd ./ && rm foo.tar.gz" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cd ./ && rm foo.tar.gz"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "ls -la | grep anotherfolder1604264657030" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "ls -la | grep anotherfolder1604264657030"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cat ./anotherfolder1604264657030/test.txt" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cat ./anotherfolder1604264657030/test.txt"" on locally.