Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34f4698

Browse files
committed
use python3 instead of python in tests/python/Makefile and tests/update/check_update.py
1 parent4de7727 commit34f4698

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎tests/python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
partitioning_tests:
22
ifneq ($(CASE),)
3-
python partitioning_test.py Tests.$(CASE)
3+
python3 partitioning_test.py Tests.$(CASE)
44
else
5-
python partitioning_test.py
5+
python3 partitioning_test.py
66
endif

‎tests/update/check_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/envpython
1+
#!/usr/bin/envpython3
22
#coding: utf-8
33

44
importshutil

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp