Skip to content

Commit 34f4698

Browse files
committed
use python3 instead of python in tests/python/Makefile and tests/update/check_update.py
1 parent 4de7727 commit 34f4698

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: tests/python/Makefile

+2-2
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

Diff for: tests/update/check_update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#coding: utf-8
33

44
import shutil

0 commit comments

Comments
 (0)