From 432496cdd8270ea0aeda3208b3c53e4f9f3f1ab1 Mon Sep 17 00:00:00 2001 From: Masashi Honma Date: Tue, 12 Feb 2019 17:59:40 +0900 Subject: [PATCH] tests: Switch default python version to 3 Signed-off-by: Masashi Honma --- tests/hwsim/run-tests.py | 2 +- tests/hwsim/vm/parallel-vm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index 43c30efae..2fe8ed866 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # # Test case executor # Copyright (c) 2013-2015, Jouni Malinen diff --git a/tests/hwsim/vm/parallel-vm.py b/tests/hwsim/vm/parallel-vm.py index f597912e3..0e2a14110 100755 --- a/tests/hwsim/vm/parallel-vm.py +++ b/tests/hwsim/vm/parallel-vm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # # Parallel VM test case executor # Copyright (c) 2014-2018, Jouni Malinen