From c8ba358f67183a7e6ad1c7bb72f306e642b658c4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 7 Aug 2024 12:20:35 -0400 Subject: [PATCH] more debugging github runner for macos --- unittest/commands/test_simple_commands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittest/commands/test_simple_commands.cpp b/unittest/commands/test_simple_commands.cpp index e8a1aab23f..017d7ee870 100644 --- a/unittest/commands/test_simple_commands.cpp +++ b/unittest/commands/test_simple_commands.cpp @@ -565,6 +565,7 @@ TEST_F(SimpleCommandsTest, Geturl) platform::unlink("myindex.html"); if (Info::has_curl_support()) { BEGIN_CAPTURE_OUTPUT(); + command("shell curl -v -o myindex.html https://www.lammps.org/index.html"); command("geturl https://www.lammps.org/index.html"); command("geturl https://www.lammps.org/index.html output myindex.html"); END_CAPTURE_OUTPUT();