Skip to content

Commit

Permalink
roachtest: fix ruby-pg test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Jan 5, 2023
1 parent f259e66 commit d3322a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/ruby_pg.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func registerRubyPG(r registry.Registry) {
c,
node,
"installing gems",
`cd /mnt/data1/ruby-pg/ && bundle install`,
`cd /mnt/data1/ruby-pg/ && sudo bundle install`,
); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d3322a4

Please sign in to comment.