소스 검색

Remove verbose log level

Shalom Yerushalmy 6 년 전
부모
커밋
e9e2322255
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js 파일 보기

@@ -17,5 +17,5 @@ function run() {
17 17
   if (!skipBuild) {
18 18
     exec.execSync(`detox build --configuration ${configuration}`);
19 19
   }
20
-  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup} --loglevel verbose`);
20
+  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup}`);
21 21
 }