We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c42c64 commit 8f1fabaCopy full SHA for 8f1faba
tools/testing-toolbox/templates/test.sh.j2
@@ -24,9 +24,9 @@ git clone https://github.com/stackabletech/{{ testsuite.git_repo }}.git
24
export VECTOR_AGGREGATOR=vector-aggregator.t2-cluster-logging.svc.cluster.local:6000
25
26
{% if beku_suite %}
27
-(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --test-suite {{ beku_suite }} {{ test_params }})
+(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --log-level debug --test-suite {{ beku_suite }} {{ test_params }})
28
{% else %}
29
-(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests {{ test_params }})
+(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --log-level debug {{ test_params }})
30
{% endif %}
31
32
exit_code=$?
0 commit comments