Ignore filenames, to avoid extra Windows file

Apparently on Windows it creates an .exe & a .pdb.
This commit is contained in:
Dale Wijnand 2018-11-30 23:15:31 +00:00
parent 282f238d93
commit c78cd0ceb7
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF

View File

@ -1530,7 +1530,7 @@ fn json_artifact_includes_executable_for_benchmark() {
{
"executable": "[..]/foo/target/release/foo-[..][EXE]",
"features": [],
"filenames": [ "[..]/foo/target/release/foo-[..][EXE]" ],
"filenames": "{...}",
"fresh": false,
"package_id": "foo 0.0.1 ([..])",
"profile": "{...}",