mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
test load_localized_config() with categories
This commit is contained in:
parent
bc58959315
commit
6b82710039
6 changed files with 76 additions and 3 deletions
|
@ -702,7 +702,11 @@ echo "Description: |" >> metadata/fake.yml
|
|||
echo " this is fake" >> metadata/fake.yml
|
||||
|
||||
# fake that no JDKs are available
|
||||
echo 'java_paths: {}' > config.yml
|
||||
cat > config.yml <<EOF
|
||||
categories:
|
||||
- Internet
|
||||
java_paths: {}
|
||||
EOF
|
||||
|
||||
LOCAL_COPY_DIR=`create_test_dir`/fdroid
|
||||
mkdir -p $LOCAL_COPY_DIR/repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue