X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng_ivc%2Ftests%2Fust_soname_vs_tools%2Ftest_ust_so_name_vs_tools.py;h=5e06fd629ced45eaa75d9d73a9434accd0a2a7c5;hb=97d494b06731f7e39d113e0696af1066bc159363;hp=fbb2a1396d53e4377a6b3cdf058a718d7acec288;hpb=18aedaf96b66a383f46487b7203bc35fc2280900;p=deliverable%2Flttng-ivc.git diff --git a/lttng_ivc/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py b/lttng_ivc/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py index fbb2a13..5e06fd6 100644 --- a/lttng_ivc/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py +++ b/lttng_ivc/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py @@ -74,8 +74,8 @@ else: @pytest.mark.parametrize("ust_label,tools_label,base_tools_ust_dep,should_pass", runtime_matrix_label) def test_soname_configure(tmpdir, ust_label, tools_label, base_tools_ust_dep, should_pass): - ust = ProjectFactory.get(ust_label, str(tmpdir.mkdir("lttng-ust"))) - tools = ProjectFactory.get(tools_label, str(tmpdir.mkdir("lttng-tools"))) + ust = ProjectFactory.get_fresh(ust_label, str(tmpdir.mkdir("lttng-ust"))) + tools = ProjectFactory.get_fresh(tools_label, str(tmpdir.mkdir("lttng-tools"))) ust.autobuild()