With a6b803d, our job names now have timestamps appended to them where there was previously a UUID. Since log directories are named after the jobs the logs come from, this results in logs being put in paths that contain colons, which makes the instructions for using xunit-viewer in the README impossible. Furthermore, colons are not valid file/directory name characters on some filesystems. Let's do something else instead.
With a6b803d, our job names now have timestamps appended to them where there was previously a UUID. Since log directories are named after the jobs the logs come from, this results in logs being put in paths that contain colons, which makes the instructions for using
xunit-viewerin the README impossible. Furthermore, colons are not valid file/directory name characters on some filesystems. Let's do something else instead.