Skip to content
Snippets Groups Projects
Commit 4530d358 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Do not compare large shp files

This is much too long for completely different files.
parent 84437db5
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
"command" : ["time", "$build_dir/test_write_null"],
"copy": [["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": ["test_write_null_stderr.txt"]
"exclude_cmp": ["test_write_null_stderr.txt", "*.shp"]
},
{
"title": "Big_sep",
......@@ -76,6 +76,6 @@
"command" : ["time", "$build_dir/test_write_null"],
"copy": [["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": ["test_write_null_stderr.txt"]
"exclude_cmp": ["test_write_null_stderr.txt", "*.shp"]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment