Minor changes to tests & description

This commit is contained in:
Dennis Schwerdel 2017-06-02 19:50:25 +02:00
parent 4dc396041e
commit 3aa0241db8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
This app packages Minio 2017-05-05T01-14-51Z.
This app packages Minio <upstream>2017-05-05T01-14-51Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@ -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');