summaryrefslogtreecommitdiff
path: root/buildscripts/package_test
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2020-01-03 19:17:37 +0000
committerevergreen <evergreen@mongodb.com>2020-01-03 19:17:37 +0000
commit852f3bbea50983b6b8e76a1418bd70d053e7ee09 (patch)
tree74b66e423ed52249b050b4b4bbf71f0e9f7b031e /buildscripts/package_test
parent154f268c9ec40213d5b0d258fff3f50e311b1ccb (diff)
downloadmongo-852f3bbea50983b6b8e76a1418bd70d053e7ee09.tar.gz
SERVER-45346 fix ubuntu 18.04 package test
Diffstat (limited to 'buildscripts/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