From 3ca32fd76e860ce4b052a9f92f027392c7b3308b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 18 Jul 2024 11:47:18 +0200 Subject: [PATCH] log to tty11 to see progress --- usr/bin/archboot-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index d46b4e212..a65edf98e 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -163,7 +163,7 @@ sleep 10 _run_test "none tracked files in /usr/lib... this takes a while" for i in $(fd -u -E '/modules/' -E '/udev/' -E 'gconv-modules.cache' -E 'locale-archive' . /usr/lib); do #shellcheck disable=SC2086 - pacman -Qo ${i} &>"${_NO_LOG}" || echo ${i} >> pacman-error.log + pacman -Qo ${i} &>"${_LOG}" || echo ${i} >> pacman-error.log done _result pacman-error.log echo -e "Starting pacman database check in \e[1m10\e[m seconds... \e[1;92mCTRL-C\e[m to stop now."