mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
replace redundant build_tools check that breaks fdroid init
This reverts b637568a62
since it added a
redundant check that broke `fdroid init` when the default version dir of
build_tools does not exist on the local system. It then uses the function
that was already in place for checking the build_tools setup in a way that
does not break `fdroid init`.
Now that the fake android home version is not matching the default version,
the tests will catch this bug in the future.
This commit is contained in:
parent
9dd138b253
commit
4d913d646a
2 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ set -e
|
|||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
echo_header "check that fake android home passes `fdroid init`"
|
||||
echo_header "check that fake android home passes 'fdroid init'"
|
||||
|
||||
REPOROOT=`create_test_dir`
|
||||
FAKE_ANDROID_HOME=`create_test_dir`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue