[blfs] branch trunk updated: rustc: drop --verbose from test
git Owner ([email protected] via blfs-book Mailing List) <[email protected]> Mon, 03 Aug 2026 07:40:39 +0000
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <178574283936.227505.111427204285892849@rivendell.linuxfromscratch.org> |
This is a multi-part message in MIME format...
------------=_1785742841-1024790-7640
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository blfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 61722a2e18 rustc: drop --verbose from test
61722a2e18 is described below
commit 61722a2e18af97e1f57bf51db2a9c304301753a7
Author: Xi Ruoyao <[email protected]>
AuthorDate: Mon Aug 3 15:38:29 2026 +0800
rustc: drop --verbose from test
I don't think the additional output from it is really useful for
deducing why a test fails. It's indeed useful for checking if running
the test suite has somehow triggered a full rebuild but doing so should
be the editor's work instead of the users'.
---
general/prog/rust.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/general/prog/rust.xml b/general/prog/rust.xml
index f9a16344b2..28405f0055 100644
--- a/general/prog/rust.xml
+++ b/general/prog/rust.xml
@@ -312,7 +312,7 @@ export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
</para>
<screen remap="test"><userinput>PATH+=:$PWD/fake-git \
-./x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
+./x.py test --no-fail-fast | tee rustc-testlog</userinput></screen>
<para>
In the <filename class='directory'>rustdoc-ui</filename> tests,
@@ -480,11 +480,6 @@ mv -v /etc/bash_completion.d/cargo /usr/share/bash-completion/completions</useri
since one person reported needing this, keep it commented for the moment.
</para>-->
- <para>
- <parameter>--verbose</parameter>: this switch can sometimes provide more
- information about a test which fails.
- </para>
-
<para>
<parameter>--no-fail-fast</parameter>: this switch ensures that the test suite
will not stop at the first error.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
------------=_1785742841-1024790-7640
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
------------=_1785742841-1024790-7640--