This is an automated email from the ASF dual-hosted git repository. ederign pushed a commit to branch KOGITO-9848-2024 in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit 3b735efd6370c998dd582f17af4bc1b896778695 Author: Eder Ignatowicz <[email protected]> AuthorDate: Wed Feb 28 20:13:12 2024 -0500 adding some logs output for tmw --- packages/kn-plugin-workflow/e2e-tests/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kn-plugin-workflow/e2e-tests/main_test.go b/packages/kn-plugin-workflow/e2e-tests/main_test.go index a546d70854a..a8e4cc53370 100644 --- a/packages/kn-plugin-workflow/e2e-tests/main_test.go +++ b/packages/kn-plugin-workflow/e2e-tests/main_test.go @@ -36,7 +36,7 @@ var parentPath string var TempTestsPath string var KnExecutable string -var TestPrintCmdOutput = flag.Bool("logs", false, "Print command output during tests") +var TestPrintCmdOutput = flag.Bool("logs", true, "Print command output during tests") func TestMain(m *testing.M) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
