projects
/
platform
/
core
/
accessibility
/
universal-switch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67b261
)
Gtest library is installed only with tests package
05/163105/2
author
Lukasz Wlazly
<l.wlazly@partner.samsung.com>
Thu, 7 Dec 2017 07:51:06 +0000
(08:51 +0100)
committer
Lukasz Wlazly
<l.wlazly@partner.samsung.com>
Thu, 7 Dec 2017 07:53:24 +0000
(08:53 +0100)
Change-Id: Iaefa40d72f06a0c5967503a5cf1f9de9312f73c2
project-tool
patch
|
blob
|
history
diff --git
a/project-tool
b/project-tool
index
efe2b95
..
a74d063
100755
(executable)
--- a/
project-tool
+++ b/
project-tool
@@
-206,8
+206,8
@@
if [ "$INSTALL_PACKAGE" != "" ]; then
check_if_target_connected
- echo $TEXT_INFO"Following packages will be installed: $BASE_FILE $TEST_FILE $
TEST_LIB_PACKAGE_NAM
E"
- rpm_install "$BASE_FILE" "$TEST_FILE" $
TEST_LIB_PACKAGE_NAM
E
+ echo $TEXT_INFO"Following packages will be installed: $BASE_FILE $TEST_FILE $
LIB_FIL
E"
+ rpm_install "$BASE_FILE" "$TEST_FILE" $
LIB_FIL
E
fi
if [ $CLEAN_JOURNAL -eq 1 ]; then