|
@@ -34,8 +34,6 @@ function e2e() { //eslint-disable-line
|
34
|
34
|
try {
|
35
|
35
|
shellUtils.exec.execSync(`echo 'travis_fold:start:detox-ios'`);
|
36
|
36
|
shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`);
|
37
|
|
- shellUtils.exec.kill(`detox-server`);
|
38
|
|
- shellUtils.exec.exec(`./node_modules/.bin/detox-server`);
|
39
|
37
|
const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}-iphonesimulator/playground.app`;
|
40
|
38
|
|
41
|
39
|
shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"
|
|
@@ -45,7 +43,6 @@ function e2e() { //eslint-disable-line
|
45
|
43
|
--recursive
|
46
|
44
|
--bail`);
|
47
|
45
|
} finally {
|
48
|
|
- shellUtils.exec.kill(`detox-server`);
|
49
|
46
|
if (process.env.CI) {
|
50
|
47
|
shellUtils.exec.kill(`Simulator`);
|
51
|
48
|
shellUtils.exec.kill(`CoreSimulator`);
|