device-crash-test: Use 'python' binary
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 12 Mar 2018 18:55:03 +0000 (15:55 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 12 Mar 2018 22:10:16 +0000 (19:10 -0300)
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>
scripts/device-crash-test

index 7443d0f2c5fc5991baff0b8232b8c264fa70314e..f04f34924e62ecf6d953690abd99a422dde61168 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
 #
 #  Copyright (c) 2017 Red Hat Inc
 #
This page took 0.026979 seconds and 4 git commands to generate.