Skip to content

Commit 160352a

Browse files
committed
fix: copy with same src und dest
1 parent adf9127 commit 160352a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test_package/conanfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ class TestTestConan(ConanFile):
1313
def requirements(self):
1414
self.requires(self.tested_reference_str)
1515

16-
def build(self):
17-
copy(self, "mod_test.rkc", self.recipe_folder, self.package_folder)
18-
1916
def test(self):
2017
if can_run(self):
21-
self.run("pwd")
2218
self.run("robotkernel --test-run --config %s" % os.path.join(self.package_folder, "mod_test.rkc"), env="conanrun")
2319
else:
2420
self.output.warn("Skipping run cross built package")

0 commit comments

Comments
 (0)