Skip to content

Commit

Permalink
chore: output on failure in dockerfile (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 17, 2023
1 parent a5fcd30 commit e20d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ RUN cmake -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platfo
-G Ninja ..
RUN ninja

RUN ctest -j $(nproc) --stop-on-failure
RUN ctest -j $(nproc) --stop-on-failure --output-on-failure

0 comments on commit e20d81b

Please sign in to comment.