Browse Source

Remove verbose log level

Shalom Yerushalmy 6 years ago
parent
commit
e9e2322255
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js View File

@@ -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
 }