summaryrefslogtreecommitdiffstats
path: root/scripts/device-crash-test
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-01-30 17:32:25 +0100
committerPhilippe Mathieu-Daudé2020-02-07 15:12:48 +0100
commit3d004a371e88a7454eb8ab8c19e6b0bd067b34cd (patch)
treec10afd60b1c60622e6b2a2e5c5281085bdad3b6f /scripts/device-crash-test
parenttests: Explicit usage of Python 3 (diff)
downloadqemu-3d004a371e88a7454eb8ab8c19e6b0bd067b34cd.tar.gz
qemu-3d004a371e88a7454eb8ab8c19e6b0bd067b34cd.tar.xz
qemu-3d004a371e88a7454eb8ab8c19e6b0bd067b34cd.zip
scripts: Explicit usage of Python 3 (scripts with __main__)
Use the program search path to find the Python 3 interpreter. Patch created mechanically by running: $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \ $(git grep -l 'if __name__.*__main__') Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Suggested-by: Daniel P. Berrangé <berrange@redhat.com> Suggested-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200130163232.10446-6-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'scripts/device-crash-test')
-rwxr-xr-xscripts/device-crash-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/device-crash-test b/scripts/device-crash-test
index 15f213a6cd..25ee968b66 100755
--- a/scripts/device-crash-test
+++ b/scripts/device-crash-test
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2017 Red Hat Inc
#