Update Travis and tests

This commit is contained in:
VirtuBox
2019-08-16 23:26:23 +02:00
parent a2f8ec7e85
commit db8a954773
7 changed files with 276 additions and 263 deletions

View File

@@ -91,7 +91,7 @@ class WOStackMigrateController(CementBaseController):
if ((not self.app.pargs.mariadb)):
self.app.args.print_help()
if self.app.pargs.mariadb:
if WOVariables.wo_mysql_host is not "localhost":
if WOVariables.wo_mysql_host != "localhost":
Log.error(
self, "Remote MySQL server in use, skipping local install")