From aa3cb2c446d9c344caaad5e523f51eeec1f720b2 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Wed, 15 Feb 2023 15:59:47 +0100
Subject: [PATCH] Use `Inst_eddies_12` instead of `Inst_eddies_5`

`Inst_eddies_12` uses the current revision and so does not contain
invalid eddies.
---
 Overlap/Tests/long_tests.json  | 2 +-
 Overlap/Tests/short_tests.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Overlap/Tests/long_tests.json b/Overlap/Tests/long_tests.json
index 3816a1ee..cd13c30e 100644
--- a/Overlap/Tests/long_tests.json
+++ b/Overlap/Tests/long_tests.json
@@ -4,7 +4,7 @@
         "title": "EGg",
 	"env": {"mpiexec": "$mpiexec"},
         "command":
-	["$build_dir/Overlap/eddy_graph.sh", "1", "$PWD/Inst_eddies_5"]
+	["$build_dir/Overlap/eddy_graph.sh", "1", "$PWD/Inst_eddies_12"]
     },
     {
         "input": "&config_graph_nml max_delta = 4, cyclone = f/\n&MAIN_NML /\n",
diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 081009f5..f4c7dc53 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -109,7 +109,7 @@
         "command":
         [
           "$build_dir/Overlap/Tests/test_overlap",
-          "$PWD/Inst_eddies_5"
+          "$PWD/Inst_eddies_12"
         ]
     },
     {
@@ -152,7 +152,7 @@
         "command":
             [
                 "$build_dir/Overlap/Tests/test_overlap",
-                "$PWD/Inst_eddies_5"
+                "$PWD/Inst_eddies_12"
             ]
     },
     {
-- 
GitLab