src: verbose repoman

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-06-06 23:58:36 +02:00
parent b71af2ce28
commit 452a71560e
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ fi
printf "%s\n" \
">>> Starting full test" \
"Running repoman -Idix"
repoman -Idix
repoman --verbose -Idix
printf "%s\n" "Running pkgcheck scan"
pkgcheck scan
@ -82,7 +82,7 @@ do
printf "\n%s\n" \
"Directory $(pwd):" \
"Running repoman -Idix"
repoman -Idix || test_success=false
repoman --verbose -Idix || test_success=false
cd - >/dev/null || return
fi
done

View File

@ -51,7 +51,7 @@ ignored_dirs=(
printf "%s\n" \
">>> Starting full test" \
"Running repoman -Idix"
repoman -Idix
repoman --verbose -Idix
printf "%s\n" ">>> Starting latest commit test"
@ -81,7 +81,7 @@ do
printf "\n%s\n" \
"Checking ${commit_dir}" \
"Running repoman -Idix"
repoman -Idix || test_success="false"
repoman --verbose -Idix || test_success="false"
cd - >/dev/null || return
fi
done