summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2020-03-08 19:18:30 +0000
committerFrediano Ziglio <fziglio@redhat.com>2020-03-09 12:28:39 +0000
commit768360018a576fd43d6c2e08a797749d28babab0 (patch)
treeaac2128e7217be50a7a63cd19eea5702f86d3420 /tests
parent2c2e5bd5318a3dc36dc58d5e45a371d309e564fe (diff)
migrate.py: Use python3 as executable interpreter
The script was updated to use Python 3 syntax. Although you can launch with "python3 ./tests/migrate.py ..." better to also update the script source to make it executable directly. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/migrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrate.py b/tests/migrate.py
index 97fb5552..9497b372 100755
--- a/tests/migrate.py
+++ b/tests/migrate.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Spice Migration test