'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 43s
Build-Test-Publish / build (linux/arm64) (push) Successful in 57s

This commit is contained in:
Your Name
2025-06-22 13:19:07 +12:00
parent 7cf3d879d1
commit aaf9f4719d
2 changed files with 6 additions and 17 deletions

View File

@ -544,7 +544,7 @@ fi
if [ -d ~/.config/getpkg ] && [ "$(find ~/.config/getpkg -name "*.json" -type f 2>/dev/null | wc -l)" -gt 0 ]; then
echo -e "\nTest 15: Update command"
UPDATE_ALL_OUTPUT=$(timeout 30 "$GETPKG" update 2>&1) || UPDATE_ALL_OUTPUT=""
if [[ "$UPDATE_ALL_OUTPUT" =~ Update\ complete ]]; then
if [[ "$UPDATE_ALL_OUTPUT" =~ Update\ Summary ]]; then
print_test_result "Update all tools command" 0
else
print_test_result "Update all tools command" 1