Forráskód Böngészése

Add --wait for restart

Girish Ramakrishnan 7 éve
szülő
commit
97172fe7cb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -208,7 +208,7 @@ describe('Application life cycle test', function () {
     it('can access permalink', checkPermalink);
 
     it('can restart app', function (done) {
-        execSync('cloudron restart');
+        execSync('cloudron restart --wait');
         done();
     });