File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def setup_kms(sub_test_name: str) -> None:
82
82
if sub_test_target == "azure" :
83
83
os .environ ["AZUREKMS_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
84
84
85
- run_command ("setup.sh" , cwd = kms_dir )
85
+ run_command ("./ setup.sh" , cwd = kms_dir )
86
86
base_env = _load_kms_config (sub_test_target )
87
87
88
88
if sub_test_target == "azure" :
@@ -91,7 +91,7 @@ def setup_kms(sub_test_name: str) -> None:
91
91
_setup_gcp_vm (base_env )
92
92
93
93
if sub_test_target == "azure" :
94
- run_command ("setup-secrets.sh" , cwd = kms_dir )
94
+ run_command ("./ setup-secrets.sh" , cwd = kms_dir )
95
95
config = read_env (f"{ kms_dir } /secrets-export.sh" )
96
96
write_env ("KEY_NAME" , config ["AZUREKMS_KEYNAME" ])
97
97
write_env ("KEY_VAULT_ENDPOINT" , config ["AZUREKMS_KEYVAULTENDPOINT" ])
You can’t perform that action at this time.
0 commit comments