瀏覽代碼

try fix travis

Daniel Zlotin 6 年之前
父節點
當前提交
a34c0f02ca
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js 查看文件

@@ -28,6 +28,7 @@ function startRecording() {
28 28
 }
29 29
 
30 30
 function stopRecording() {
31
+  exec.execSync(`ps -ef | grep ffmpeg`);
31 32
   exec.execSync(`killall ffmpeg || true`);
32 33
   exec.execSync(`ls -l out.avi`);
33 34
   const json = require('./../package.json');