Re: [Xen-devel] [PATCH OSSTEST 1/3] Debian: erase-other-disks: add a log() helper

2016-01-20 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST 1/3] Debian: erase-other-disks: add a log() helper"): > Writing it out each time is too verbose. > > At the same time log the set of devices present before and after each > batch of erasing, with a udev settle before the second to ensure any > changes to /dev

[Xen-devel] [PATCH OSSTEST 1/3] Debian: erase-other-disks: add a log() helper

2016-01-20 Thread Ian Campbell
Writing it out each time is too verbose. At the same time log the set of devices present before and after each batch of erasing, with a udev settle before the second to ensure any changes to /dev have happened. Signed-off-by: Ian Campbell --- Osstest/Debian.pm | 17 + 1 file cha