Fix tests (use sudo) (#276)

use sudo
This commit is contained in:
Lev Kokotov
2023-01-02 23:47:31 -08:00
committed by GitHub
parent af1f199908
commit 33bb4b3a0f

View File

@@ -89,7 +89,7 @@ kill -SIGHUP $(pgrep pgcat) # Reload config again
# #
cd tests/ruby cd tests/ruby
sudo gem install bundler sudo gem install bundler
bundle install sudo bundle install
bundle exec ruby tests.rb || exit 1 bundle exec ruby tests.rb || exit 1
bundle exec rspec *_spec.rb || exit 1 bundle exec rspec *_spec.rb || exit 1
cd ../.. cd ../..