summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-06-04 14:11:27 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-06-04 14:11:27 +0530
commit82e6503217ecd7e50d1b515656f12e5bc20babf1 (patch)
tree5dcde625cfb2113d7402694e4d50be177cac7555
parente91323d40912fd91b5b4ad3e977a5472e8ffb10d (diff)
Fix the bug in distributed-regression.py file
Change-Id: I6075d31981fad730684f4b025c94121bd8c503e6
-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 4938979..0d1b50e 100644
--- a/build-gluster-org/scripts/distributed-regression.py
+++ b/build-gluster-org/scripts/distributed-regression.py
@@ -19,7 +19,7 @@ def get_ansible_host_ip():
def main():
ip = get_ansible_host_ip()
subprocess.call('/extras/distributed-testing/distributed-test.sh '
- '--hosts {0} --id_rsa {1}'.format(ip, ${WORKSPACE}/key))
+ '--hosts {0} --id_rsa {1}'.format(ip, key))
main()