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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b27475  [FIX] Fix kamel install olm parameter
2b27475 is described below

commit 2b27475c67906fbd250e2b1a410452e5fa86deab
Author: Jan <jbou...@redhat.com>
AuthorDate: Tue Mar 3 09:18:35 2020 +0100

    [FIX] Fix kamel install olm parameter
---
 e2e/global_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/global_test.go b/e2e/global_test.go
index 4bcbf16..0ff4f65 100644
--- a/e2e/global_test.go
+++ b/e2e/global_test.go
@@ -47,7 +47,7 @@ func TestRunGlobalInstall(t *testing.T) {
 
                // NS2
                withNewTestNamespace(t, func(ns2 string) {
-                       Expect(kamel("install", "-n", ns2, 
"--skip-operator-setup", "--olm", "false").Execute()).Should(BeNil())
+                       Expect(kamel("install", "-n", ns2, 
"--skip-operator-setup", "--olm=false").Execute()).Should(BeNil())
 
                        Expect(kamel("run", "-n", ns2, 
"files/Java.java").Execute()).Should(BeNil())
                        Eventually(integrationPodPhase(ns2, "java"), 
testTimeoutMedium).Should(Equal(v1.PodRunning))

Reply via email to