Explorar o código

fix bulk buildroot builds

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
318b74ebca
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      embedded-test.sh

+ 5 - 0
embedded-test.sh

@@ -633,6 +633,11 @@ build_buildroot() {
 			exit 1
 			;;
 	esac
+	if [ $? -ne 0 ];then
+		echo "build failed"
+		exit 1
+	fi
+	cd ..
 }
 
 build_openadk() {