瀏覽代碼

fix bulk buildroot builds

Waldemar Brodkorb 12 年之前
父節點
當前提交
318b74ebca
共有 1 個文件被更改,包括 5 次插入0 次删除
  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() {