Skip to content

Commit fb7e3bc

Browse files
authored
Merge branch 'main' into disable-hnswlib
2 parents 1a0e647 + 32dbbc5 commit fb7e3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/stubtest_third_party.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool =
149149
subprocess.run(stubtest_cmd, env=stubtest_env, check=True, capture_output=True)
150150
except subprocess.CalledProcessError as e:
151151
print_time(time() - t)
152-
print_error("fail")
152+
print_error(f"failed with exit code {e.returncode}")
153153

154154
print_divider()
155155
print("Commands run:")

0 commit comments

Comments
 (0)