Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
94776: roachtest: fix ruby-pg test r=ZhouXing19 a=rafiss

fixes cockroachdb#94274
backport fixes cockroachdb#94275

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Jan 9, 2023
2 parents 45df230 + d3322a4 commit 01032c2
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 01032c2

Please sign in to comment.