diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8d21f0b..eea6e17 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2017-05-05T01-14-51Z. +This app packages Minio 2017-05-05T01-14-51Z. Minio is a distributed object storage server built for cloud applications and devops. diff --git a/test/test.js b/test/test.js index 01ec108..0c43992 100644 --- a/test/test.js +++ b/test/test.js @@ -159,7 +159,7 @@ describe('Application life cycle test', function () { it('move to different location', function () { browser.manage().deleteAllCookies(); - execSync('cloudron configure --location ' + LOCATION + '2', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); + execSync('cloudron configure --wait --location ' + LOCATION + '2', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); var inspect = JSON.parse(execSync('cloudron inspect')); app = inspect.apps.filter(function (a) { return a.location === LOCATION + '2'; })[0]; expect(app).to.be.an('object');