more debugging github runner for macos

This commit is contained in:
Axel Kohlmeyer
2024-08-07 12:20:35 -04:00
parent cdab8d09ad
commit c8ba358f67

View File

@ -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();