summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2018-06-04 18:05:11 +0000
committerDeepshikha Khandelwal <dkhandel@redhat.com>2018-06-04 18:05:11 +0000
commit104c9256ba5e571e9c77576c8baff37eb1208c62 (patch)
tree84a73b143c71775f7afcbb865a365051e4335838
parent6e9ae711d3a389cc1e105212b81f376418829a58 (diff)
Revert "Fix the path of file from workspace"
This reverts commit 6e9ae711d3a389cc1e105212b81f376418829a58. Change-Id: I9126a26e2ed6a6775a5b31b071265278b94d441c
-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 4fc0a30..a0f8014 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))