Просмотр исходного кода

disabled xcpretty to debug weird ios bug

Daniel Zlotin 7 лет назад
Родитель
Сommit
2a1c572510
1 измененных файлов: 5 добавлений и 5 удалений
  1. 5
    5
      playground/scripts/unit.ios.js

+ 5
- 5
playground/scripts/unit.ios.js Просмотреть файл

@@ -12,11 +12,11 @@ function testProject() {
12 12
             -destination 'platform=iOS Simulator,name=iPhone SE'
13 13
             `;
14 14
 
15
-  if (hasXcpretty()) {
16
-    shellUtils.exec.execSync(`${cmd} | xcpretty && exit \${PIPESTATUS[0]}`);
17
-  } else {
18
-    shellUtils.exec.execSync(`${cmd}`);
19
-  }
15
+  // if (hasXcpretty()) {
16
+  //   shellUtils.exec.execSync(`${cmd} | xcpretty && exit \${PIPESTATUS[0]}`);
17
+  // } else {
18
+  shellUtils.exec.execSync(`${cmd}`);
19
+  // }
20 20
   shellUtils.exec.execSync(`echo 'travis_fold:end:xcodeunit'`);
21 21
 }
22 22
 function hasXcpretty() {