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

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/env python
1+
#!/usr/bin/env python3
22
#coding: utf-8
33

44
import shutil

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy