Skip to content

Commit 8c44fbc

Browse files
committed
test
1 parent b92e7bb commit 8c44fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/smoke_test/smoke_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def smoke_test_modules():
208208
for module in MODULES:
209209
if module["repo"]:
210210
if not os.path.exists(f"{SCRIPT_DIR}/{module['repo_name']}"):
211+
print(f"Path does not exist: {SCRIPT_DIR}/{module['repo_name']}")
211212
subprocess.check_output(f"git clone --depth 1 {module['repo']}", stderr=subprocess.STDOUT, shell=True)
212213
try:
213214
output = subprocess.check_output(

0 commit comments

Comments
 (0)