Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de7727 + 34f4698 commit bf13f4aCopy full SHA for bf13f4a
tests/python/Makefile
@@ -1,6 +1,6 @@
1
partitioning_tests:
2
ifneq ($(CASE),)
3
- python partitioning_test.py Tests.$(CASE)
+ python3 partitioning_test.py Tests.$(CASE)
4
else
5
- python partitioning_test.py
+ python3 partitioning_test.py
6
endif
tests/update/check_update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding: utf-8
import shutil
0 commit comments