Skip to content

Commit

Permalink
fix(rpm_test): Set 6 as default agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Nov 15, 2024
1 parent 406af3d commit c45ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/agent-platform/rpm/rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
osVersion = flag.String("osversion", "", "os version to test")
platform = flag.String("platform", "", "platform to test")
architecture = flag.String("arch", "", "architecture to test (x86_64, arm64)")
majorVersion = flag.String("major-version", "7", "major version to test (6, 7)")
majorVersion = flag.String("major-version", "6", "major version to test (6, 7)")
)

type rpmTestSuite struct {
Expand Down

0 comments on commit c45ddba

Please sign in to comment.