mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 19:01:07 +03:00
tests: Comment values are lists, not strings
Since there can be multiple lines.
This commit is contained in:
parent
e3ee7ba329
commit
c877d4524a
2 changed files with 1723 additions and 1721 deletions
|
@ -278,7 +278,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"comments": {
|
"comments": {
|
||||||
"build:40": "#RootCommands srclib needs changing on fdroidserver",
|
"build:40": ["#RootCommands srclib needs changing on fdroidserver"],
|
||||||
"build:42": "#RootCommands srclib needs changing on fdroidserver"
|
"build:42": ["#RootCommands srclib needs changing on fdroidserver"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue