This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d4cf4eee50449c90b83c058c2d1c5be208314db9
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Mar 30 10:42:31 2021 +0200

    test: Fix HTTPD proxy mutex permission issue
---
 e2e/common/build/maven_ca_secret_test.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/e2e/common/build/maven_ca_secret_test.go 
b/e2e/common/build/maven_ca_secret_test.go
index 4151a23..46f0567 100644
--- a/e2e/common/build/maven_ca_secret_test.go
+++ b/e2e/common/build/maven_ca_secret_test.go
@@ -134,6 +134,8 @@ LoadModule status_module 
/usr/local/apache2/modules/mod_status.so
 LoadModule autoindex_module /usr/local/apache2/modules/mod_autoindex.so
 LoadModule ssl_module /usr/local/apache2/modules/mod_ssl.so
 
+Mutex posixsem
+
 ErrorLog /proc/self/fd/2
 
 LogLevel warn

Reply via email to