mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
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 <ehabkost@redhat.com> Message-Id: <20180312185503.5746-4-ehabkost@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2.7
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright (c) 2017 Red Hat Inc
|
||||
#
|
||||
|
Reference in New Issue
Block a user