]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Switch default python version to 3
authorMasashi Honma <masashi.honma@gmail.com>
Tue, 12 Feb 2019 08:59:40 +0000 (17:59 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 17 Feb 2019 15:26:01 +0000 (17:26 +0200)
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/run-tests.py
tests/hwsim/vm/parallel-vm.py

index 43c30efae98026dcdbb1039f1e8cf58119d3b776..2fe8ed866923158cb152a25d22b46242d539c585 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 #
 # Test case executor
 # Copyright (c) 2013-2015, Jouni Malinen <j@w1.fi>
index f597912e3191949908a79a9c3ea298c01e15e68a..0e2a14110e53de573e115e4c0f359325f89025ce 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 #
 # Parallel VM test case executor
 # Copyright (c) 2014-2018, Jouni Malinen <j@w1.fi>