On 01/03/2018 10:42 PM, Cal Sullivan wrote:
Looks like it doesn't skip the test correctly:+ status, output = self.target.run('which ptest-runner', 0) + if len(output) == 0: + self.skipTest("No -ptest packages are installed in the image") +
Looks like there are no less than three versions of 'which' (busybox, debianutils, gnu), and one of them is noisy when the argument is not found. I'll fix and resend the patchset.
Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
