projects
/
test
/
tct
/
native
/
efl-test-suite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48cc0cc
)
elm: store elm build result to result file
author
YeongJong Lee
<yj34.lee@samsung.com>
Mon, 9 Jul 2018 00:03:46 +0000
(09:03 +0900)
committer
Yeongjong Lee
<yj34.lee@samsung.com>
Fri, 13 Jul 2018 10:51:56 +0000
(19:51 +0900)
Change-Id: Ib54ed2aba38ae4c8292469a96b56a35ec9616669
TC/build.sh
patch
|
blob
|
history
diff --git
a/TC/build.sh
b/TC/build.sh
index 7f74734741ecfc0debc263b25c129e8341b65516..5560d53073036c0fae42d9f9a033586a81be704c 100755
(executable)
--- a/
TC/build.sh
+++ b/
TC/build.sh
@@
-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