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

Use files from `tests_old_dir`

Rather than from current series of tests.
parent 4a67016f
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@
],
"command": [
"$build_dir/Inst_eddies/Tests/test_mean_speed",
"$PWD/Get_1_outerm/SHPC/Slice_0/Cyclones/outermost_contour"
"$tests_old_dir/Get_1_outerm/SHPC/Slice_0/Cyclones/outermost_contour"
]
},
"Mean_speed_alt": {
......@@ -182,7 +182,7 @@
]
},
"Set_max_speed": {
"symlink": ["$PWD/Get_1_outerm/config_nml.txt"],
"symlink": ["$tests_old_dir/Get_1_outerm/config_nml.txt"],
"commands": [
[
"mkdir",
......@@ -193,22 +193,22 @@
"$build_dir/Inst_eddies/Tests/test_set_max_speed",
"$src_dir/Inst_eddies/Tests/Input/h_outermost.nc",
"$src_dir/Inst_eddies/Tests/Input/uv_outermost.nc",
"$PWD/Get_1_outerm/SHPC", "$PWD/Get_1_outerm/cont_list.shp"
"$tests_old_dir/Get_1_outerm/SHPC", "$tests_old_dir/Get_1_outerm/cont_list.shp"
]
],
"input": "t\n",
"exclude_cmp": ["n_slices.txt"]
},
"Set_max_speed_noise": {
"symlink": ["$PWD/Get_1_outerm_noise_2_8/config_nml.txt"],
"symlink": ["$tests_old_dir/Get_1_outerm_noise_2_8/config_nml.txt"],
"commands": [
["mkdir", "-p", "SHPC/Slice_0/Cyclones"],
[
"$build_dir/Inst_eddies/Tests/test_set_max_speed",
"$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc",
"$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc",
"$PWD/Get_1_outerm_noise_2_8/SHPC",
"$PWD/Get_1_outerm_noise_2_8/cont_list.shp"
"$tests_old_dir/Get_1_outerm_noise_2_8/SHPC",
"$tests_old_dir/Get_1_outerm_noise_2_8/cont_list.shp"
]
],
"input": "t\n",
......@@ -324,7 +324,7 @@
"Nearby_extr": {
"command": [
"$build_dir/Inst_eddies/Tests/test_nearby_extr",
"$PWD/Inst_eddies_loop/SHPC"
"$tests_old_dir/Inst_eddies_loop/SHPC"
],
"input": "&main_nml /\n",
"description": "We are using Inst_eddies_loop, which is a previous test."
......
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