File 3411-Update-the-name-of-the-temporary-result-file-in-TEST.patch of Package erlang
From 260b85786988987b17fa591d5a30d648308e47ea Mon Sep 17 00:00:00 2001
From: Robin Morisset <rmorisset@fb.com>
Date: Fri, 29 Jul 2022 14:29:54 +0200
Subject: [PATCH] Update the name of the temporary result file in TESTING.md
---
HOWTO/TESTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO/TESTING.md b/HOWTO/TESTING.md
index 66cc21f89a..c6bad4f65c 100644
--- a/HOWTO/TESTING.md
+++ b/HOWTO/TESTING.md
@@ -193,7 +193,7 @@ Examining the results
---------------------
Open the file `$ERL_TOP/release/tests/test_server/index.html` in a web browser. Or open
-`$ERL_TOP/release/tests/test_server/last_test.html` when a test suite is running to
+`$ERL_TOP/release/tests/test_server/suite.log.latest.html` when a test suite is running to
examine the results so far for the currently executing test suite.
--
2.35.3