Skip to content

Commit

Permalink
[CONTINT-258] Fix the test cache deactivation in `inv new-e2e-tests.r…
Browse files Browse the repository at this point in the history
…un` (#21093)

[CONTINT-258] Fix the test cache deactivation in `inv new-e2e-tests.run`
  • Loading branch information
L3n41c authored Nov 28, 2023
1 parent 7d31586 commit 5222280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/new_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(
test_run_arg = f"-run {test_run_name}"

cmd = f'gotestsum --format {gotestsum_format} '
cmd += '{junit_file_flag} --packages="{packages}" -- -ldflags="-X {REPO_PATH}/test/new-e2e/tests/containers.GitCommit={commit}" {verbose} -mod={go_mod} -vet=off -timeout {timeout} -tags {go_build_tags} {nocache} {run} {skip} {coverage_opt} {test_run_arg} -args {osversion} {platform} {major_version} {arch} {flavor} {cws_supported_osversion} {keep_stacks}'
cmd += '{junit_file_flag} --packages="{packages}" -- -ldflags="-X {REPO_PATH}/test/new-e2e/tests/containers.GitCommit={commit}" {verbose} -mod={go_mod} -vet=off -timeout {timeout} -tags "{go_build_tags}" {nocache} {run} {skip} {coverage_opt} {test_run_arg} -args {osversion} {platform} {major_version} {arch} {flavor} {cws_supported_osversion} {keep_stacks}'

args = {
"go_mod": "mod",
Expand Down

0 comments on commit 5222280

Please sign in to comment.