Skip to content

Commit 115e5c9

Browse files
Merge pull request #190 from eifrach/fix_unit_test
compute: fix running unittest
2 parents d22e95d + 027ebfc commit 115e5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/compute/deploy-nto-gotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
echo "Running gotests... "
8686
ginkgo -v -r --keep-separate-reports --keep-going --flake-attempts=2 --junit-report=_report.xml \
8787
{% if label_filter is defined %}
88-
--label-filter="{{ label_filter }} && !hypershift" \
88+
--label-filter={{ label_filter }} && !hypershift \
8989
{% endif %}
9090
--timeout=24h \
91-
--output-dir="{{ artifact_dir }}" \
91+
--output-dir={{ artifact_dir }} \
9292
--require-suite ${TEST_FOLDER_PATH}/0_config \
9393
${TEST_FOLDER_PATH}/1_performance \
9494
${TEST_FOLDER_PATH}/2_performance_update \

0 commit comments

Comments
 (0)