Skip to content
Snippets Groups Projects

[bin][installDumux] Add missing cd for commands which ask user to copy & run

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -150,7 +150,7 @@ else:
test_path += '/implicit/isothermal'
show_message("(Installation complete) To test if everything works, please run the following commands (can be copied to command line):\n\n"
" {}\n"
" cd {}\n"
" make test_1p_tpfa\n"
" ./test_1p_tpfa\n"
" paraview *pvd\n".format(test_path))
Loading