We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2084ca0 commit c0e9c04Copy full SHA for c0e9c04
Makefile.package
@@ -316,7 +316,7 @@ smoketest-deps:
316
@for conanfile in ${TEST_CONANFILES}; do \
317
test -f "$${conanfile}" || continue; \
318
echo "Building dependencies for conanfile: $${conanfile}"; \
319
- ${CLOE_LAUNCH} prepare -P "$${conanfile}" || break; \
+ ${CLOE_LAUNCH} prepare -P "$${conanfile}" || exit 1; \
320
done
321
322
# CONFIGURATION TARGETS -------------------------------------------------------
0 commit comments