tests: Switch default python version to 3
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
258d88248b
commit
432496cdd8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Test case executor
|
# Test case executor
|
||||||
# Copyright (c) 2013-2015, Jouni Malinen <j@w1.fi>
|
# Copyright (c) 2013-2015, Jouni Malinen <j@w1.fi>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Parallel VM test case executor
|
# Parallel VM test case executor
|
||||||
# Copyright (c) 2014-2018, Jouni Malinen <j@w1.fi>
|
# Copyright (c) 2014-2018, Jouni Malinen <j@w1.fi>
|
||||||
|
|
Loading…
Reference in a new issue