mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Ignore filenames, to avoid extra Windows file
Apparently on Windows it creates an .exe & a .pdb.
This commit is contained in:
parent
282f238d93
commit
c78cd0ceb7
@ -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": "{...}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user