output verbose info

This commit is contained in:
Axel Kohlmeyer
2024-04-22 21:23:42 -04:00
parent dc04a2ec5a
commit f66ae5c285

View File

@ -121,6 +121,7 @@ TEST_F(Advanced_utils, expand_args)
command("fix 2 all nve");
command("run 1 post no");
auto output = END_CAPTURE_OUTPUT();
if (verbose) std::cout << output << std::endl;
char **args, **earg;
constexpr int oarg = 9;