summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-06-04 21:56:03 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-06-04 21:56:03 +0530
commit6e9ae711d3a389cc1e105212b81f376418829a58 (patch)
treec3635a0355244ffdd1326c3d4c4ff9599b90cb7e /build-gluster-org
parentb38c3ce7d6f753443a83306223b8e4c04c4f1501 (diff)
Fix the path of file from workspace
Change-Id: Icaa6a5c93e7d20822d20eae4fcfcff39e52b5548
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/distributed-regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/distributed-regression.py b/build-gluster-org/scripts/distributed-regression.py
index a0f8014..4fc0a30 100644
--- a/build-gluster-org/scripts/distributed-regression.py
+++ b/build-gluster-org/scripts/distributed-regression.py
@@ -20,7 +20,7 @@ def get_ansible_host_ip():
def main():
ip = get_ansible_host_ip()
key_path = os.path.join(os.environ.get('WORKSPACE'), 'key')
- subprocess.call('/extras/distributed-testing/distributed-test.sh '
+ subprocess.call('extras/distributed-testing/distributed-test.sh '
'--hosts {0} --id_rsa {1}'.format(ip, key_path))