Skip to content

Commit bd39429

Browse files
committed
fix conan: start tests using correct command
commit_hash:0555068ccc5298284605f13e2b34a2a8fb56bd46
1 parent 3e6969b commit bd39429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/test_package/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test(self):
6464
bin_path = os.path.join(
6565
self.cpp.build.bindirs[0],
6666
'hello_service',
67-
'runtests-testsuite-conan-samples-hello_service',
67+
'runtests-conan-samples-hello_service',
6868
)
6969
command = ' '
7070
folder = os.path.join(self.source_folder, 'hello_service')

0 commit comments

Comments
 (0)