mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
fix metadata test: remove timeout= from comparison
This commit is contained in:
parent
86f34ee70a
commit
b170ef7ce8
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ metadata_v0:
|
|||
- git checkout $GITCOMMIT
|
||||
- cd fdroiddata
|
||||
- ../tests/dump_internal_metadata_format.py
|
||||
- sed -i -e '/kivy\W false/d'
|
||||
- sed -i
|
||||
-e '/kivy:\sfalse/d'
|
||||
-e '/timeout:\s/d'
|
||||
metadata/dump_*/*.yaml
|
||||
- diff -uw metadata/dump_*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue