Skip to content

Commit

Permalink
TESTS: print log when test error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhihong committed Nov 6, 2023
1 parent f3a7c24 commit 0b48d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . /srs
WORKDIR /srs/trunk

# Note that we must enable the gcc7 or link failed.
RUN ./configure --srt=on --gb28181=on --srt=on --gb28181=on --apm=on --h265=on --utest=on
RUN ./configure --srt=on --gb28181=on --srt=on --gb28181=on --apm=on --h265=on --utest=on --build-cache=off --ffmpeg-opus=on
RUN make utest ${MAKEARGS}

# Build benchmark tool.
Expand Down

0 comments on commit 0b48d60

Please sign in to comment.