fix bug in OPT package pair style tester

This commit is contained in:
Axel Kohlmeyer
2020-06-25 14:21:50 -04:00
parent f9be8b3aa0
commit 29b0ca8ad9

View File

@ -909,7 +909,7 @@ TEST(PairStyle, opt)
char **argv = (char **)args;
int argc = sizeof(args) / sizeof(char *);
if (!verbose) ::testing::internal::CaptureStdout();
::testing::internal::CaptureStdout();
LAMMPS *lmp = init_lammps(argc, argv, test_config);
std::string output = ::testing::internal::GetCapturedStdout();