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

Do not compare `test_write_eddy_stderr.txt`

Because it contains timing.
parent ceec39ba
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/n_dates_14/SHPC_cyclo"], "copy": ["$PWD/n_dates_14/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Small_mix", "title": "Small_mix",
...@@ -21,7 +23,8 @@ ...@@ -21,7 +23,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/n_dates_1/SHPC_cyclo"], "copy": ["$PWD/n_dates_1/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Medium_sep", "title": "Medium_sep",
...@@ -33,7 +36,8 @@ ...@@ -33,7 +36,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/n_dates_14/SHPC_cyclo"], "copy": ["$PWD/n_dates_14/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Small_sep", "title": "Small_sep",
...@@ -45,7 +49,8 @@ ...@@ -45,7 +49,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/n_dates_1/SHPC_cyclo"], "copy": ["$PWD/n_dates_1/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Create_mix", "title": "Create_mix",
...@@ -59,7 +64,8 @@ ...@@ -59,7 +64,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
] ]
], ],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Create_sep", "title": "Create_sep",
...@@ -73,7 +79,8 @@ ...@@ -73,7 +79,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
] ]
], ],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Big_mix", "title": "Big_mix",
...@@ -85,7 +92,8 @@ ...@@ -85,7 +92,8 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/Inst_eddies_9/SHPC_cyclo"], "copy": ["$PWD/Inst_eddies_9/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
}, },
{ {
"title": "Big_sep", "title": "Big_sep",
...@@ -97,6 +105,7 @@ ...@@ -97,6 +105,7 @@
"$build_dir/Inst_eddies/Tests/test_write_eddy" "$build_dir/Inst_eddies/Tests/test_write_eddy"
], ],
"copy": ["$PWD/Inst_eddies_9/SHPC_cyclo"], "copy": ["$PWD/Inst_eddies_9/SHPC_cyclo"],
"stdout": "test_write_eddy_stdout.txt" "stdout": "test_write_eddy_stdout.txt",
"exclude_cmp": ["test_write_eddy_stderr.txt"]
} }
] ]
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