Open
Description
The create_bundle
function has a flag L
to indicate the bundle has to be "installed" in the test target root, and it also has a flag t
to indicate the bundle is "tracked". At the moment, a bundle can be tracked but not installed, this doesn't make sense since if a bundle is tracked it should also be installed. We should be able to create bundles that are not tracked, and we can use L
for that, but all tracked bundles t
should be installed without having to specify the L
flag.