mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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]",
|
"executable": "[..]/foo/target/release/foo-[..][EXE]",
|
||||||
"features": [],
|
"features": [],
|
||||||
"filenames": [ "[..]/foo/target/release/foo-[..][EXE]" ],
|
"filenames": "{...}",
|
||||||
"fresh": false,
|
"fresh": false,
|
||||||
"package_id": "foo 0.0.1 ([..])",
|
"package_id": "foo 0.0.1 ([..])",
|
||||||
"profile": "{...}",
|
"profile": "{...}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user