Skip to content

Commit

Permalink
test: try running tests in release-17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Dec 26, 2023
1 parent e630548 commit 79b4cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/backup/vtbackup/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func TestMain(m *testing.M) {
if err != nil {
return 1, err
}
log.Errorf("Testing")
mysqlProcs = append(mysqlProcs, proc)
}
for _, proc := range mysqlProcs {
Expand Down

0 comments on commit 79b4cfb

Please sign in to comment.