Fix test to work on Windows

This commit is contained in:
Gabriel Féron 2018-05-29 11:38:27 +02:00
parent 53480ac7c7
commit 987ce8751f

View file

@ -1449,7 +1449,7 @@ error: failed to verify package tarball
Caused by: Caused by:
Source directory was modified by build.rs during cargo publish. \ Source directory was modified by build.rs during cargo publish. \
Build scripts should not modify anything outside of OUT_DIR. Modified file: [..]src/generated.txt Build scripts should not modify anything outside of OUT_DIR. Modified file: [..]src[/]generated.txt
To proceed despite this, pass the `--no-verify` flag.", To proceed despite this, pass the `--no-verify` flag.",
), ),