Add newlines in Jenkins output to almost match NetKAN output

This commit is contained in:
Willhelm Rendahl 2015-05-28 13:11:17 +02:00
parent 8b18eb2e46
commit fe62ac71f4
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ done
echo "Installed mods:"
mono --debug ckan.exe list --porcelain
perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}"); } exit 0;'
perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}\n\n"); } exit 0;'