8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de7727 commit 34f4698Copy full SHA for 34f4698
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