fix typo and add new line

This commit is contained in:
Evangelos Voyiatzis
2025-02-14 06:40:01 +00:00
parent 52312fcd1d
commit 2a35452c13

View File

@ -725,7 +725,7 @@ TEST(ImproperStyle, extract)
{
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-ecoho", "screen", "-ncite"};
LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-ncite"};
if (!verbose) ::testing::internal::CaptureStdout();
LAMMPS *lmp = nullptr;
@ -760,4 +760,4 @@ TEST(ImproperStyle, extract)
if (!verbose) ::testing::internal::CaptureStdout();
cleanup_lammps(lmp, test_config);
if (!verbose) ::testing::internal::GetCapturedStdout();
}
}