From 96db6713e509b0980b07ac42c91d209ec2c78db9 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 1 Aug 2021 09:45:08 +0200 Subject: [PATCH] FEM: unit test information, remove duplicate lines, they are in unit test commands file available --- src/Mod/Fem/femtest/test_information.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Mod/Fem/femtest/test_information.md b/src/Mod/Fem/femtest/test_information.md index 8fc1cac425..429fc67c3d 100644 --- a/src/Mod/Fem/femtest/test_information.md +++ b/src/Mod/Fem/femtest/test_information.md @@ -109,10 +109,6 @@ unittest.TextTestRunner().run(alltest) ```bash ./bin/FreeCAD --run-test "femtest.app.test_common.TestFemCommon" ``` -```bash -make -j 4 && ./bin/FreeCADCmd --run-test "femtest.app.test_solver_calculix.TestSolverCalculix" -make -j 4 && ./bin/FreeCAD --run-test "femtest.app.test_solver_calculix.TestSolverCalculix" -``` ### method