Skip to content

Commit

Permalink
chore: use python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Sep 26, 2023
1 parent c867797 commit 43f2ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $(CHECK_TEST_TARGETS): run-tests

ARGS += -tags "$(test_tags)"
run-tests:
@ARGS="$(ARGS)" TEST_PACKAGES=$(TEST_PACKAGES) EXTRA_ARGS="$(EXTRA_ARGS)" python ./scripts/go-test-all.py
@ARGS="$(ARGS)" TEST_PACKAGES=$(TEST_PACKAGES) EXTRA_ARGS="$(EXTRA_ARGS)" python3 ./scripts/go-test-all.py

.PHONY: run-tests test test-all $(TEST_TARGETS)

Expand Down

0 comments on commit 43f2ca9

Please sign in to comment.