X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fbuild.sh;h=2f921352e3a6520e4d5c682acfd6e65ca00ea222;hb=2a7e2358bd82572eb9c4024655dc0050cc25d0b0;hp=6c817ae851695ca505b1d42ac9535007539514d8;hpb=998d982768c7f211d948cfd7921ec27ff739ce49;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/build.sh b/automated-tests/build.sh index 6c817ae..2f92135 100755 --- a/automated-tests/build.sh +++ b/automated-tests/build.sh @@ -1,5 +1,6 @@ #!/bin/bash + TEMP=`getopt -o rn --long rebuild,no-gen \ -n 'genmake' -- "$@"` @@ -43,6 +44,10 @@ else if [ $mod != 'common' ] && [ $mod != 'manual' ]; then echo BUILDING $mod build $mod + if [ $? -ne 0 ]; then echo "Build failed" ; exit 1; fi fi done fi + +echo "Build succeeded" +exit 0