device-crash-test: No need for sys.path hack
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 18 Jun 2018 22:51:29 +0000 (19:51 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 4 Oct 2018 02:08:51 +0000 (23:08 -0300)
The device-crash-test script is already inside the 'scripts'
directory, there's no need to add the directory manually to
sys.path.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180618225131.13113-2-ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/device-crash-test

index 7045594bd4e96513b5507862a7cbef368709dbd3..da0bc5edd0351c50de99255f4ce1af6a9dcd454a 100755 (executable)
@@ -35,7 +35,6 @@ import random
 import argparse
 from itertools import chain
 
-sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'scripts'))
 from qemu import QEMUMachine
 
 logger = logging.getLogger('device-crash-test')