From: Eduardo Habkost Date: Mon, 12 Mar 2018 18:55:03 +0000 (-0300) Subject: device-crash-test: Use 'python' binary X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=006cc558359d23f070c84d6db324bbb9b54962d7;p=qemu.git device-crash-test: Use 'python' binary Now the script works with Python 3, so we can use the 'python' binary provided by the system. Signed-off-by: Eduardo Habkost Message-Id: <20180312185503.5746-4-ehabkost@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Eduardo Habkost --- diff --git a/scripts/device-crash-test b/scripts/device-crash-test index 7443d0f2c5..f04f34924e 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # # Copyright (c) 2017 Red Hat Inc #