diff --git a/bin/installdumux.py b/bin/installdumux.py index 610ac7020a9bcce65a0a76b539e726b3e0564da2..2c9bf605371e9febefd1d8c32bc9216767b13b32 100755 --- a/bin/installdumux.py +++ b/bin/installdumux.py @@ -127,7 +127,7 @@ show_message("(3/3) Step completed. Succesfully configured and built dune and du ################################################################# ################################################################# show_message("(Installation complete) To test if everything works, please run the following commands (can be copied to command line):\n\n" - " cd dumux/dumux/build-cmake/test/porousmediumflow/1p/implicit/isothermal\n" + " cd dumux/dumux/build-cmake/test/porousmediumflow/1p/isothermal\n" " make test_1p_tpfa\n" " ./test_1p_tpfa\n" " paraview *pvd\n") diff --git a/bin/util/test_dumux.sh b/bin/util/test_dumux.sh index 6a55344cb09a36a5b3994cde0b149259f3c72ee7..2bd3d9dd520d0d2ab30d48a6df05d7f41d4a878f 100644 --- a/bin/util/test_dumux.sh +++ b/bin/util/test_dumux.sh @@ -1,6 +1,6 @@ # Test to see if the download and configuration worked properly -cd DUMUX/dumux/build-cmake/test/porousmediumflow/1p/implicit/isothermal +cd DUMUX/dumux/build-cmake/test/porousmediumflow/1p/isothermal make test_1p_tpfa ./test_1p_tpfa params.input paraview *pvd