Daniel Zlotin il y a 8 ans
Parent
révision
ee50775d09
1 fichiers modifiés avec 8 ajouts et 2 suppressions
  1. 8
    2
      playground/scripts/e2e.ios.js

+ 8
- 2
playground/scripts/e2e.ios.js Voir le fichier

31
     shellUtils.exec.execSync(`${cmd}`);
31
     shellUtils.exec.execSync(`${cmd}`);
32
   }
32
   }
33
 
33
 
34
+  console.log(`*********** 1`);
35
+
34
   shellUtils.exec.execSync(`echo -en 'travis_fold:end:xcodebuild\n'`);
36
   shellUtils.exec.execSync(`echo -en 'travis_fold:end:xcodebuild\n'`);
37
+
38
+  console.log(`*********** 2`);
35
 }
39
 }
36
 function hasXcpretty() {
40
 function hasXcpretty() {
37
   try {
41
   try {
43
 
47
 
44
 function e2e() {
48
 function e2e() {
45
   try {
49
   try {
46
-    shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`);
47
-    shellUtils.exec.kill(`detox-server`);
50
+    console.log(`*********** 3`);
51
+    //shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`);
52
+    //shellUtils.exec.kill(`detox-server`);
48
     shellUtils.exec.exec(`./node_modules/.bin/detox-server > ./detox-server.log 2>&1`);
53
     shellUtils.exec.exec(`./node_modules/.bin/detox-server > ./detox-server.log 2>&1`);
54
+    console.log(`*********** 4`);
49
     //const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}_Detox-iphonesimulator/playground.app`;
55
     //const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}_Detox-iphonesimulator/playground.app`;
50
     //
56
     //
51
     //shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"
57
     //shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"