elm: store elm build result to result file
authorYeongJong Lee <yj34.lee@samsung.com>
Mon, 9 Jul 2018 00:03:46 +0000 (09:03 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Fri, 13 Jul 2018 10:51:56 +0000 (19:51 +0900)
Change-Id: Ib54ed2aba38ae4c8292469a96b56a35ec9616669

TC/build.sh

index 7f74734741ecfc0debc263b25c129e8341b65516..5560d53073036c0fae42d9f9a033586a81be704c 100755 (executable)
@@ -147,6 +147,11 @@ while read line_libs; do
                        then
                                echo "End modules build Lib Scen";
                                echo $line_scen;
+                               if [[ "$line_libs" =~ "ELEMENTARY" ]]; then
+                                       cd elementary
+                                       ./build.sh &> "result.txt"
+                                       cd ..
+                               fi
                                isBuildScen=0
                                break;
                        fi