murdock: break loop when app found and fix error message
This commit is contained in:
parent
eaabcac205
commit
222fee90d4
3
.murdock
3
.murdock
@ -290,6 +290,7 @@ compile() {
|
|||||||
kconfig_test_hash=0
|
kconfig_test_hash=0
|
||||||
echo "An error occurred while compiling using Kconfig";
|
echo "An error occurred while compiling using Kconfig";
|
||||||
fi
|
fi
|
||||||
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -302,7 +303,7 @@ compile() {
|
|||||||
|
|
||||||
if [ ${should_check_kconfig_hash} != 0 ]; then
|
if [ ${should_check_kconfig_hash} != 0 ]; then
|
||||||
if [ ${kconfig_test_hash} != ${test_hash} ]; then
|
if [ ${kconfig_test_hash} != ${test_hash} ]; then
|
||||||
echo "Hashes of binaries with and without Kconfig mismatch for ${app}";
|
echo "Hashes of binaries with and without Kconfig mismatch for ${appdir}";
|
||||||
echo "Please check that all used modules are modelled in Kconfig and enabled";
|
echo "Please check that all used modules are modelled in Kconfig and enabled";
|
||||||
RES=1
|
RES=1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user