]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
LTP tests: Run without LTP_QUIET=1
authorPetr Vorel <pvorel@suse.cz>
Thu, 2 Jul 2026 20:56:50 +0000 (22:56 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 3 Jul 2026 12:28:32 +0000 (14:28 +0200)
LTP_QUIET functionality in LTP was merged into LTP_REPRODUCIBLE_OUTPUT
in commit eec4993388 [1] which is part of 20260529 (updated in
e6560a8fc). Remove now unused LTP_QUIET.

[1] https://github.com/linux-test-project/ltp/commit/eec499338836685fc52423f013f0bf33aa267c56

Follow-up: e6560a8fc ("Update the LTP version in valgrind testsuite to v20260529")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
auxprogs/ltp-tester.sh

index a95c603c58acd5410648c89636f0361809de0db0..80315c038e52254b402d13343c2b1a84523796bc 100755 (executable)
@@ -21,7 +21,6 @@ PARALLEL_JOBS=${PARALLEL_JOBS:-$(nproc)}
 # https://lore.kernel.org/ltp/20250505195003.GB137650@pevik/T/#t
 export LTP_COLORIZE_OUTPUT=0
 export LTP_REPRODUCIBLE_OUTPUT=1
-export LTP_QUIET=1
 
 # Initialize LOGDIR for bunsen upload (https://sourceware.org/bunsen/)
 mkdir -p $LOGDIR; rm -rf ${LOGDIR:?}/*