From f994b9e944fac65fa5810c061001115b87019ff2 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 18 Jun 2021 22:22:40 +0200
Subject: [PATCH] Use `Inst_eddies_loop` from `$PWD`

Since `Inst_eddies_loop` is in the same series of tests as
`Nearby_extr`, take it from `$PWD` rather than `$tests_old_dir`.
---
 Inst_eddies/Tests/short_tests.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json
index 836e0b74..8ec352ca 100644
--- a/Inst_eddies/Tests/short_tests.json
+++ b/Inst_eddies/Tests/short_tests.json
@@ -317,7 +317,7 @@
         "command":
 	[
 	  "$build_dir/Inst_eddies/test_nearby_extr",
-	  "$tests_old_dir/Inst_eddies_loop/SHPC_cyclo_all_dates"
+	  "$PWD/Inst_eddies_loop/SHPC_cyclo_all_dates"
 	]
     },
     {
-- 
GitLab