Skip to content

Commit bf13f4a

Browse files
authored
Merge pull request #219 from kulaginm/python3
use python3 instead of python in tests/python/Makefile and...
2 parents 4de7727 + 34f4698 commit bf13f4a

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)