Skip to content

Commit c1e576d

Browse files
committed
2 parents 814367a + 8f1faba commit c1e576d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing-toolbox/templates/test.sh.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ git clone https://github.com/stackabletech/{{ testsuite.git_repo }}.git
2424
export VECTOR_AGGREGATOR=vector-aggregator.t2-cluster-logging.svc.cluster.local:6000
2525

2626
{% if beku_suite %}
27-
(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --test-suite {{ beku_suite }} {{ test_params }})
27+
(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --log-level debug --test-suite {{ beku_suite }} {{ test_params }})
2828
{% else %}
29-
(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests {{ test_params }})
29+
(cd {{ testsuite.git_repo }}/ && python ./scripts/run-tests --log-level debug {{ test_params }})
3030
{% endif %}
3131

3232
exit_code=$?

0 commit comments

Comments
 (0)