diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-13 14:42:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | fe99058e285f926c0359d0523f2481abdfc59a51 (patch) | |
tree | 9f74da29239ae74cbdaac44935c9ec85b1f8f133 /test-widget | |
parent | 0152d1a2c5cf1d570b91d1fd7a65ee3fd15901f1 (diff) |
Rollback about TEST build type
This implies to much side effects over a complete AGL image
build. So it's better to not affect the CMAKE_BUILD_TYPE variable
to determine wether or not the test WGT file is generated.
Change-Id: I77e8bdb085d164a4dd387ac48c425c011840473b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test-widget')
-rw-r--r-- | test-widget/launcher.sh.in | 4 | ||||
-rw-r--r-- | test-widget/test-config.xml.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test-widget/launcher.sh.in b/test-widget/launcher.sh.in index 601e88a..be46192 100644 --- a/test-widget/launcher.sh.in +++ b/test-widget/launcher.sh.in @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash ########################################################################### # Copyright (C) 2017, 2018 IoT.bzh @@ -22,7 +22,7 @@ PORT=$1 TOKEN=$2 # Research the Api name used -CFGFILE=$(find ${AFM_APP_INSTALL_DIR} -name "*json" -print0 | head -n1) +CFGFILE=$(find ${AFM_APP_INSTALL_DIR} -name "*json" -print | head -n1) API=$(grep '\"api\"' ${CFGFILE} | cut -d'"' -f4) AFBCLIENTIN=$(mktemp -u) diff --git a/test-widget/test-config.xml.in b/test-widget/test-config.xml.in index 3252c4b..b39d88e 100644 --- a/test-widget/test-config.xml.in +++ b/test-widget/test-config.xml.in @@ -8,7 +8,7 @@ <license>APL2.0</license> <feature name="urn:AGL:widget:required-binding"> - <param name="aft" value="auto" /> + <param name="aft" value="extern" /> </feature> <feature name="urn:AGL:widget:required-api"> |