]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
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 cb150ce804642109ac795c01b20382aa0390a492..f1e900908d4a08552e54568fc949ff66309575a4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test batch comparison invokation
 #
index d70bb7a557e792e0bd986358499e1860f1ac2d7a..907151011a8f41dba7396357d9e6ea4409bec9b5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test graph plotting command
 #
index 99b027e8ba36bdcd3d671eeadac34d78a5096ff8..ba1c4bc4caf88a3e1ab5efe203f12091a4622596 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Migration test direct invokation command
 #