Skip to content

Commit

Permalink
Remove verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Sep 12, 2023
1 parent 061fe7b commit cc86c70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/activate_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (suite *ActivateIntegrationTestSuite) TestActivateNotOnPath() {

cp := ts.SpawnWithOpts(
e2e.OptArgs("activate", "activestate-cli/small-python", "--path", ts.Dirs.Work),
e2e.OptTermTest(termtest.OptVerboseLogging()),
)
cp.Expect("Skipping runtime setup")
cp.Expect("Activated")
Expand Down Expand Up @@ -230,7 +229,6 @@ func (suite *ActivateIntegrationTestSuite) activatePython(version string, extraE
e2e.OptArgs("activate", namespace),
e2e.OptAppendEnv("ACTIVESTATE_CLI_DISABLE_RUNTIME=false"),
e2e.OptAppendEnv(extraEnv...),
e2e.OptTermTest(termtest.OptVerboseLogging()),
)

cp.Expect("Activated", termtest.OptExpectTimeout(120*time.Second))
Expand Down Expand Up @@ -381,7 +379,6 @@ func (suite *ActivateIntegrationTestSuite) TestActivatePerl() {
e2e.OptAppendEnv(
"ACTIVESTATE_CLI_DISABLE_RUNTIME=false",
),
e2e.OptTermTest(termtest.OptVerboseLogging()),
)

cp.Expect("Downloading", termtest.OptExpectTimeout(40*time.Second))
Expand Down

0 comments on commit cc86c70

Please sign in to comment.