File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ test_opera_standalone:
410
410
# Its main purpose is to check that a video file was generated.
411
411
test_video : video hub chrome firefox opera edge
412
412
# Running a few tests with docker-compose to generate the videos
413
- for node in NodeChrome NodeEdge NodeFirefox NodeOpera ; do \
413
+ for node in NodeChrome NodeFirefox NodeOpera ; do \
414
414
cd ./tests || true ; \
415
415
echo VIDEO_TAG=$(FFMPEG_TAG_VERSION ) -$(BUILD_DATE ) > .env ; \
416
416
echo TAG=$(TAG_VERSION ) >> .env ; \
@@ -436,7 +436,6 @@ test_video: video hub chrome firefox opera edge
436
436
# Using ffmpeg to verify file integrity
437
437
# https://superuser.com/questions/100288/how-can-i-check-the-integrity-of-a-video-file-avi-mpeg-mp4
438
438
docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/chrome_video.mp4 -f null - 2> error.log
439
- docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/edge_video.mp4 -f null - 2> error.log
440
439
docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/firefox_video.mp4 -f null - 2> error.log
441
440
docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/opera_video.mp4 -f null - 2> error.log
442
441
You can’t perform that action at this time.
0 commit comments