Merge pull request #3 from kay0u/patch-1

This should fix "ci-app-test-result" order
This commit is contained in:
Alexandre Aubin 2019-03-01 16:16:51 +01:00 committed by GitHub
commit 5ff9b77cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,19 +96,19 @@ class AppCI():
tests = [ "Package linter", tests = [ "Package linter",
"Installation", "Installation",
"Deleting", "Deleting",
"Upgrade",
"Backup",
"Restore",
"Change URL",
"Installation in a sub path", "Installation in a sub path",
"Deleting from a sub path", "Deleting from a sub path",
"Installation on the root", "Installation on the root",
"Deleting from root", "Deleting from root",
"Upgrade",
"Installation in private mode", "Installation in private mode",
"Installation in public mode", "Installation in public mode",
"Multi-instance installations", "Multi-instance installations",
"Malformed path", "Malformed path",
"Port already used" ] "Port already used",
"Backup",
"Restore",
"Change URL" ]
def update(): def update():