소스 검색

Add --wait for restart

Girish Ramakrishnan 7 년 전
부모
커밋
97172fe7cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     });