From 9419ff501c6bae42da20cc1837c8f7affcd1e4eb Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 13 Feb 2023 15:48:49 +0100
Subject: [PATCH] Use `Region_4_15_days` instead of `Inst_eddies_10`

---
 Overlap/Tests/short_tests.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 8e12f876..1d6647be 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -519,7 +519,7 @@
             ],
             [
                 "$build_dir/Overlap/Tests/test_read_snapshot",
-                "$PWD/Inst_eddies_10"
+                "$tests_old_dir/Region_4_15_days/SHPC"
             ]
         ]
     },
@@ -534,7 +534,7 @@
             ],
             [
                 "$build_dir/Overlap/Tests/test_read_snapshot",
-                "$PWD/Inst_eddies_10"
+                "$tests_old_dir/Region_4_15_days/SHPC"
             ]
         ]
     },
@@ -561,7 +561,7 @@
 	"command":
 	[
             "$build_dir/Overlap/eddy_graph.sh", "1",
-	    "$PWD/Inst_eddies_10"
+	    "$tests_old_dir/Region_4_15_days/SHPC"
 	],
 	"input": "&CONFIG_GRAPH_NML MAX_DELTA=4, cyclone = f/\n&MAIN_NML /\n"
     },
-- 
GitLab