diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gitaly_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gitaly_test.rb b/scripts/gitaly_test.rb index b5cc5118530..b528e7cbbb8 100644 --- a/scripts/gitaly_test.rb +++ b/scripts/gitaly_test.rb @@ -31,7 +31,7 @@ module GitalyTest if ENV['CI'] bundle_path = File.expand_path('../vendor/gitaly-ruby', __dir__) - env_hash['BUNDLE_FLAGS'] << " --path=#{bundle_path}" + env_hash['BUNDLE_FLAGS'] << " --path=#{bundle_path} --quiet" end env_hash |