Skip to content

Commit

Permalink
Print entire error stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Nov 17, 2023
1 parent c811f91 commit 74d7680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_propagate_compiler_mac_autotools(self, capfd, basic_cmake_project):
shutil.copytree(src_dir / 'tests' / 'resources' / 'autotools_dependency', source_dir, dirs_exist_ok=True)
run(f"cmake -S {source_dir} -B {binary_dir} -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES={conan_provider} -DCMAKE_BUILD_TYPE=Release", check=False)
out, err = capfd.readouterr()
assert "checking for g++... g++" in err
assert "checking for g++... g++" in err, err
assert "configure: error: C++ compiler cannot create executables" not in err
assert "-- Generating done" in out

Expand Down

0 comments on commit 74d7680

Please sign in to comment.