We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92e7bb commit 8c44fbcCopy full SHA for 8c44fbc
test/smoke_test/smoke_test.py
@@ -208,6 +208,7 @@ def smoke_test_modules():
208
for module in MODULES:
209
if module["repo"]:
210
if not os.path.exists(f"{SCRIPT_DIR}/{module['repo_name']}"):
211
+ print(f"Path does not exist: {SCRIPT_DIR}/{module['repo_name']}")
212
subprocess.check_output(f"git clone --depth 1 {module['repo']}", stderr=subprocess.STDOUT, shell=True)
213
try:
214
output = subprocess.check_output(
0 commit comments