Skip to content
Snippets Groups Projects
Commit fa86b8f592db authored by Pierre Augier's avatar Pierre Augier
Browse files

Skip util/scripts/test_restart.py::test_only_check for MPI

parent 5ddf86f96157
No related tags found
1 merge request!278Move unused code outside of the package
Pipeline #34809 passed
This commit is part of merge request !278. Comments created here will be created in the context of that merge request.
import unittest
import shutil
import sys
from unittest.mock import patch
......@@ -37,6 +38,7 @@
shutil.rmtree(sim.output.path_run, ignore_errors=True)
@unittest.skipIf(mpi.nb_proc > 1, "No sense with mpi")
def test_only_check(path_simul):
argv = ["fluidsim-restart", path_simul, "-oc", "--it_end", "1"]
argv.extend(["--add-to-it_end", "1"])
......
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