> From: Ross Burton <[email protected]> > So what if a different machine ends up with the log being in boot.log.1 or > boot.log.3? > > I think a better solution here would be to just list _all_ files that match > boot.log and > boot.log.*, so that the correct log is always shown. >
After taking a closer look at the code, it seems that only a limited set of filenames can actually be generated: bootlog (without extension), bootlog.stdout, and bootlog.2. So in practice, we shouldn’t encounter arbitrary variants like bootlog.1 or bootlog.3. For reference: https://git.openembedded.org/openembedded-core/tree/meta/lib/oeqa/utils/qemurunner.py#n838
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238087): https://lists.openembedded.org/g/openembedded-core/message/238087 Mute This Topic: https://lists.openembedded.org/mt/119373684/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
