Open klausholstjacobsen opened 8 months ago
For me it's not repeated, but definitely bogus. I get:
"artifacts": [
"/myproj/build/tests/bin/my_test"
]
While the actual executable is in /myproj/build/bin
Maybe related yours after all, it's one [target_subdir]
too many.
The artifacts path stored for executable targets seem to have it's "sub path" repeated twice!
The artifacts printed in the above "pseudo" code is
[binary_dir]/[target_subdir]/[target_subdir]/[artifact_name]
instead of the expected[binary_dir]/[target_subdir]/[artifact_name]
Regards Klaus