Browse Source

disabled xcpretty to debug weird ios bug

Daniel Zlotin 8 years ago
parent
commit
2a1c572510
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      playground/scripts/unit.ios.js

+ 5
- 5
playground/scripts/unit.ios.js View File

12
             -destination 'platform=iOS Simulator,name=iPhone SE'
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
   shellUtils.exec.execSync(`echo 'travis_fold:end:xcodeunit'`);
20
   shellUtils.exec.execSync(`echo 'travis_fold:end:xcodeunit'`);
21
 }
21
 }
22
 function hasXcpretty() {
22
 function hasXcpretty() {