Le 10 oct. 2013 à 04:28, Lundberg, Johannes a écrit : > Another phenomenon I have is that ukrun has trouble finding bundle if there > is a space in the test bundle name (for example "myframework test.bundle". > Results seem rather random.. But stable if I have no space in test bundle > name.
If you have a space in your test bundle name, you need to pass it quoted to 'ukrun', otherwise it's not going to be parsed as a single argument. It's also possible we don't cover some corner cases for handling paths in UnitKit. Personally I tend to just avoid spaces in names, it makes things easier when working with command-line tools. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
