From 49cf120ac141dd578d0f1b331b2837f43b35eccf Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Wed, 12 Feb 2025 16:57:04 -0800 Subject: [PATCH] Docs: add hint in how-to guide for checksum tool --- Docs/source/developers/how_to_test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/source/developers/how_to_test.rst b/Docs/source/developers/how_to_test.rst index 12dc653ac61..e25476096fb 100644 --- a/Docs/source/developers/how_to_test.rst +++ b/Docs/source/developers/how_to_test.rst @@ -219,7 +219,7 @@ Here's how to do so: .. figure:: https://gist.github.com/user-attachments/assets/06c1fe27-2c13-4bd3-b6b8-8b8941b37889 -#. Save the raw log as a text file on your computer. +#. Save the raw log as a text file on your computer (e.g., with the ``curl`` command, ``curl https://dev.azure.com/ECP-WarpX/... > raw_log.txt``). #. Go to the directory `Tools/DevUtils `__ and run the Python script `update_benchmarks_from_azure_output.py `__ passing the path of the raw log text file as a command line argument: