From a8bb296a17c71b9b68d2356d88ed2e6fc921c49a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 7 Aug 2024 11:15:13 -0400 Subject: [PATCH] switch to verbose mode to debug GitHub runner. --- unittest/commands/test_simple_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/commands/test_simple_commands.cpp b/unittest/commands/test_simple_commands.cpp index d3fef447ac..e8a1aab23f 100644 --- a/unittest/commands/test_simple_commands.cpp +++ b/unittest/commands/test_simple_commands.cpp @@ -36,7 +36,7 @@ #include // whether to print verbose output (i.e. not capturing LAMMPS screen output). -bool verbose = false; +bool verbose = true; namespace LAMMPS_NS { using ::testing::ContainsRegex;