Skip to content

Commit 21bc7ca

Browse files
authored
better error for monorepo
1 parent 5955b20 commit 21bc7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,4 +723,4 @@ def test_monorepo_compat(tmp_path):
723723
# repo.git.add(".")
724724
# repo.git.commit(message="add all", author=author, date="1500854705")
725725

726-
assert result.exit_code == 0, f"'mkdocs build' command failed with:\n\n{result.stdout}"
726+
assert result.exit_code == 0, f"'mkdocs build' command failed with:\n\n{result.stdout}\n\n{result.stderr}"

0 commit comments

Comments
 (0)