From 4530d3589d22f9cf486d21d2bb10ed6fd3111e9b Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 4 Apr 2023 17:21:03 +0200
Subject: [PATCH] Do not compare large shp files

This is much too long for completely different files.
---
 Inst_eddies/Tests/test_output.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Inst_eddies/Tests/test_output.json b/Inst_eddies/Tests/test_output.json
index 3c8b3bd8..dd9d0058 100644
--- a/Inst_eddies/Tests/test_output.json
+++ b/Inst_eddies/Tests/test_output.json
@@ -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"]
     }
 ]
-- 
GitLab