From 108608e782d9b922ba0f6ca95d5460b3dc6fd1ac Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 11 Jun 2024 22:49:34 +0200 Subject: [PATCH] reset titles --- 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 4abff7ff5..f1bf013dc 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -83,7 +83,7 @@ fi _result fw-error.txt # uninstall base again! pacman --noconfirm -Rdd base &>>"${_LOG}" -_run_test "pacman database" +_run_test "pacman database ... this takes a while" archboot-not-installed.sh &>>"${_LOG}" _result not-installed.txt [[ -n "${_TEST_FAIL}" ]] && exit 1