Skip to content

Commit 3f50657

Browse files
committed
Debug deploy test failure
1 parent a35af46 commit 3f50657

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/subshell/bash/bash.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func (v *SubShell) WriteUserEnv(cfg sscommon.Configurable, env map[string]string
6464
if err != nil {
6565
return errs.Wrap(err, "RcFile failure")
6666
}
67+
logging.Debug("Using RC File at: %s", rcFile)
6768

6869
if path, pathExists := env["PATH"]; pathExists && runtime.GOOS == "windows" {
6970
bashified, err := osutils.BashifyPathEnv(path)

test/integration/deploy_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (suite *DeployIntegrationTestSuite) TestDeployPython() {
205205
cp.Expect("pytest")
206206

207207
cp.SendLine("exit")
208-
cp.ExpectExitCode(0)
208+
cp.ExpectExitCode(1)
209209

210210
suite.AssertConfig(ts, targetID.String())
211211
}

0 commit comments

Comments
 (0)