Skip to content

Commit 77d4d74

Browse files
committedMar 7, 2025·
Test zip failure
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent c2655a9 commit 77d4d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/validation_workflow/zip/validation_zip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def start_cluster(self) -> bool:
4242
# os.path.join(self.tmp_dir.path, f"opensearch-{self.args.version}"), False)
4343

4444
process_test = subprocess.Popen(
45-
f"env OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} .\\opensearch-windows-install.bat",
45+
f"set OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} .\\opensearch-windows-install.bat",
4646
cwd=os.path.join(self.tmp_dir.path, f"opensearch-{self.args.version}"),
4747
shell=True,
4848
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)
Please sign in to comment.