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 5955b20 commit 21bc7caCopy full SHA for 21bc7ca
tests/test_builds.py
@@ -723,4 +723,4 @@ def test_monorepo_compat(tmp_path):
723
# repo.git.add(".")
724
# repo.git.commit(message="add all", author=author, date="1500854705")
725
726
- assert result.exit_code == 0, f"'mkdocs build' command failed with:\n\n{result.stdout}"
+ assert result.exit_code == 0, f"'mkdocs build' command failed with:\n\n{result.stdout}\n\n{result.stderr}"
0 commit comments