Skip to content

Commit

Permalink
Merge pull request #3417 from ActiveState/mitchell/dx-2971
Browse files Browse the repository at this point in the history
Fixed failing integration test.
  • Loading branch information
mitchell-as authored Jul 26, 2024
2 parents 5c94684 + 156fb56 commit 16b5648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions internal/scriptrun/test/integration/scriptrun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func (suite *ScriptRunSuite) TestEnvIsSet() {
require.NoError(t, err)
defer func() { require.NoError(t, cfg.Close()) }()

cfg.Set(constants.AsyncRuntimeConfig, true)

out := capturer.CaptureOutput(func() {
scriptRun := scriptrun.New(primer.New(auth, outputhelper.NewCatcher(), subshell.New(cfg), proj, cfg, blackhole.New()))
script, err := proj.ScriptByName("run")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: https://platform.activestate.com/ActiveState/project?branch=main
project: https://platform.activestate.com/ActiveState-CLI/Empty?branch=main&commitID=6d79f2ae-f8b5-46bd-917a-d4b2558ec7b8
scripts:
- name: run
value: printenv
Expand Down

0 comments on commit 16b5648

Please sign in to comment.