Skip to content

Commit d1f5d8e

Browse files
committed
wip 5
1 parent 0660249 commit d1f5d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ services:
3232
cmsRunFunctionalTests -v --coverage codecov/functionaltests.xml ;
3333
FUNC=$? ;
3434
35+
echo "Results: $UNIT $FUNC" ;
36+
3537
# This contraption is needed because otherwise failing unit tests aren't
3638
# reported in the CI as long as the functional tests are passing. Ideally
3739
# we should get rid of `cmsRunFunctionalTests` and make those tests work

0 commit comments

Comments
 (0)