From: Petr Vorel Date: Thu, 2 Jul 2026 20:56:50 +0000 (+0200) Subject: LTP tests: Run without LTP_QUIET=1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e550d41d7a1fe4340d0f2672177de8cb9e70daa;p=thirdparty%2Fvalgrind.git LTP tests: Run without LTP_QUIET=1 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 --- diff --git a/auxprogs/ltp-tester.sh b/auxprogs/ltp-tester.sh index a95c603c5..80315c038 100755 --- a/auxprogs/ltp-tester.sh +++ b/auxprogs/ltp-tester.sh @@ -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:?}/*