File 0240-make-remove-not-needed-error-message-part.patch of Package erlang
From 610b93731e98849aa41f5f64589f61f4cf5f96ba Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Thu, 4 Jan 2024 15:59:16 +0100
Subject: [PATCH] make: remove not needed error message part
- adjust error message reported by test_target_script.sh
- "make test" is expected to work nowadays
---
make/test_target_script.sh | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/make/test_target_script.sh b/make/test_target_script.sh
index 7623185490..3e69715e3d 100755
--- a/make/test_target_script.sh
+++ b/make/test_target_script.sh
@@ -99,12 +99,9 @@ print_on_error_note () {
cat << EOM
NOTE:
-Some test cases do not work correctly when run through "make test" as
-they are designed to be run through the method that is described in
-the "$ERL_TOP/HOWTO/TESTING.md" text file. You may want to check this
-text file if you encounter strange errors. Note also that you can
-rerun a specific test case by passing parameters to ct_run as in the
-example below:
+You may want to check "$ERL_TOP/HOWTO/TESTING.md" text file if you
+encounter strange errors. Note also that you can rerun a specific test
+case by passing parameters to ct_run as in the example below:
make ARGS="-suite asn1_SUITE -case ticket_7407" test
--
2.35.3