Browse Source

fix bulk buildroot builds

Waldemar Brodkorb 11 years ago
parent
commit
318b74ebca
1 changed files with 5 additions and 0 deletions
  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() {