Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria committed Sep 24, 2024
1 parent 11ba1ce commit fe07ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def _linux_integration_tests(ctx, race=False, remote_docker=False, go_mod="mod")
# we're calling an intermediate script which only pass the binary name to the invoke task.
if remote_docker:
test_args["exec_opts"] = f"-exec \"{os.getcwd()}/test/integration/dockerize_tests.sh\""

ctx.run("go env GOMODCACHE")
go_cmd = 'go test -timeout 30m -mod={go_mod} {race_opt} -tags "{go_build_tags}" {exec_opts}'.format(**test_args) # noqa: FS002

prefixes = [
Expand Down

0 comments on commit fe07ce3

Please sign in to comment.