This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by
this push:
new 9fa2af0e add initial sleep into startup command in
common-build-runtime tests
9fa2af0e is described below
commit 9fa2af0ebce99734453703966937f6f11276c96c
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 20 12:53:03 2023 +0100
add initial sleep into startup command in common-build-runtime tests
---
tests/features/common-build-runtime.feature | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/features/common-build-runtime.feature
b/tests/features/common-build-runtime.feature
index 9a156850..fe3fc7cd 100644
--- a/tests/features/common-build-runtime.feature
+++ b/tests/features/common-build-runtime.feature
@@ -6,5 +6,5 @@
Feature: Common tests for Kogito builder and runtime images
Scenario: Verify if usage help is correctly called
- When container is started with command /home/kogito/kogito-app-launch.sh -h
+ When container is started with command bash -c "sleep 2s;
/home/kogito/kogito-app-launch.sh -h"
Then container log should contain This is the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]