Daniel Zlotin преди 7 години
родител
ревизия
428812d0ed
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      scripts/test.e2e.ios.js

+ 2
- 1
scripts/test.e2e.ios.js Целия файл

@@ -50,7 +50,8 @@ function e2e() { //eslint-disable-line
50 50
 
51 51
 function installFbsimctlIfNeeded() {
52 52
   if (!isInstalled(`fbsimctl`)) {
53
-    shellUtils.exec.execSync(`brew tap facebook/fb && brew install fbsimctl`);
53
+    console.log(`installing fbsimctl...`); //eslint-disable-line
54
+    shellUtils.exec.execSyncSilent(`brew tap facebook/fb && brew install fbsimctl`);
54 55
   }
55 56
 }
56 57