tests: Comment values are lists, not strings

Since there can be multiple lines.
This commit is contained in:
Daniel Martí 2015-10-08 16:39:47 +02:00
parent e3ee7ba329
commit c877d4524a
2 changed files with 1723 additions and 1721 deletions

View File

@ -278,7 +278,7 @@
}
],
"comments": {
"build:40": "#RootCommands srclib needs changing on fdroidserver",
"build:42": "#RootCommands srclib needs changing on fdroidserver"
"build:40": ["#RootCommands srclib needs changing on fdroidserver"],
"build:42": ["#RootCommands srclib needs changing on fdroidserver"]
}
}

File diff suppressed because it is too large Load Diff