summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2020-01-03 20:57:08 +0000
committerevergreen <evergreen@mongodb.com>2020-01-03 20:57:08 +0000
commit294f77ab029fc10fbf9373a68121898e72c22b08 (patch)
treeb717ee91bef27654e7435eddb3edd9b748130038
parent23fef13afda20fa2da295bee2fbe5dd805bb40a4 (diff)
downloadmongo-294f77ab029fc10fbf9373a68121898e72c22b08.tar.gz
SERVER-45346 fix ubuntu 18.04 package test
-rw-r--r--buildscripts/package_test/recipes/install_mongodb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/package_test/recipes/install_mongodb.rb b/buildscripts/package_test/recipes/install_mongodb.rb
index 4814d80e5a1..3968aa8b949 100644
--- a/buildscripts/package_test/recipes/install_mongodb.rb
+++ b/buildscripts/package_test/recipes/install_mongodb.rb
@@ -44,6 +44,7 @@ if platform_family? 'debian'
command 'apt-get update'
end
+ ENV['DEBIAN_FRONTEND'] = 'noninteractive'
package 'openssl'
# dpkg returns 1 if dependencies are not satisfied, which they will not be