OSDN Git Service

tests/migration/guestperf: Use Python 3 interpreter
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 12 May 2020 10:32:38 +0000 (12:32 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 16:25:31 +0000 (18:25 +0200)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200512103238.7078-7-philmd@redhat.com>

tests/migration/guestperf-batch.py
tests/migration/guestperf-plot.py
tests/migration/guestperf.py

index cb150ce..f1e9009 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test batch comparison invokation
 #
index d70bb7a..9071510 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test graph plotting command
 #
index 99b027e..ba1c4bc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test direct invokation command
 #