Windows compatibility

Windows can not have `:` in filenames which the RFC3339 datetime
format uses, so simply pass it through sanitize-filename as we already
depend on this.  We also need to adjust the tests for path separators.
This commit is contained in:
Floris Bruynooghe
2019-11-23 23:14:42 +01:00
parent 98f55bd8f5
commit ac48ada198
2 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
environment:
RUST_BACKTRACE: full
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017