mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
run-tests: Don't show echo_header commands
This commit is contained in:
parent
27c717e764
commit
c115f71640
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ set -e # quit script on error
|
||||||
set -x # show each command as it is executed
|
set -x # show each command as it is executed
|
||||||
|
|
||||||
echo_header() {
|
echo_header() {
|
||||||
echo "=============================================================================="
|
{ echo -e "==============================================================================\n$1"; } 2>/dev/null
|
||||||
echo $1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_apks_into_repo() {
|
copy_apks_into_repo() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue