We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c237fec commit f856f0dCopy full SHA for f856f0d
Dockerfile
@@ -82,7 +82,6 @@ ARG FAIL_ON_TEST_FAILURE=Ture
82
RUN if [ -n "$RUN_TESTS" ]; then \
83
. $OVERLAY_WS/install/setup.sh && \
84
colcon test \
85
- --mixin $OVERLAY_MIXINS \
86
&& colcon test-result \
87
|| ([ -z "$FAIL_ON_TEST_FAILURE" ] || exit 1) \
88
fi
0 commit comments