Skip to content

Commit c0e9c04

Browse files
committed
tooling: Fail when smoketest-deps fails
1 parent 2084ca0 commit c0e9c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.package

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ smoketest-deps:
316316
@for conanfile in ${TEST_CONANFILES}; do \
317317
test -f "$${conanfile}" || continue; \
318318
echo "Building dependencies for conanfile: $${conanfile}"; \
319-
${CLOE_LAUNCH} prepare -P "$${conanfile}" || break; \
319+
${CLOE_LAUNCH} prepare -P "$${conanfile}" || exit 1; \
320320
done
321321

322322
# CONFIGURATION TARGETS -------------------------------------------------------

0 commit comments

Comments
 (0)