mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() Execute loadEnv once before trying sftp to make sure exec works. This way we don't assume it is an sftp problem if the ssh connection doesn't work at all. To make this work throw an exception if ExecCommand fails (if exit code != 0). ExecCommand doesn't have a way to check exit code. Thus this also fixes that if any command executed with ExecCommand failed, the calling code didn't notice. Change-Id: I30b8baa0d87166e179fad67643e31a9f17c8ead2 Signed-off-by: Roland Schulz <roland@utk.edu> |
||
---|---|---|
bundles | ||
features/org.eclipse.remote-feature | ||
releng | ||
tests/org.eclipse.remote.core.tests |