diff options
author | 2017-02-05 15:16:17 +0900 | |
---|---|---|
committer | 2017-02-08 03:14:48 +0900 | |
commit | c8d4a4d9a579aff2faa8270e2291f234f1a00442 (patch) | |
tree | f238633aac8931c3eeed2ff33bc54b41bc1ebb47 /meta-ivi-test | |
parent | 3fc7c36940b67f12b3bb1205f89721f9ffe93e9c (diff) | |
download | meta-ivi-c8d4a4d9a579aff2faa8270e2291f234f1a00442.tar.gz meta-ivi-c8d4a4d9a579aff2faa8270e2291f234f1a00442.tar.bz2 meta-ivi-c8d4a4d9a579aff2faa8270e2291f234f1a00442.zip |
node-health-monitor: update latest commit
- change SRC_URI to github.com/GENIVI
- it adds a specification documentation only
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'meta-ivi-test')
-rw-r--r-- | meta-ivi-test/recipes-extended/node-health-monitor/node-health-monitor/node-health-monitor_t.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ivi-test/recipes-extended/node-health-monitor/node-health-monitor/node-health-monitor_t.inc b/meta-ivi-test/recipes-extended/node-health-monitor/node-health-monitor/node-health-monitor_t.inc index 2afbc92..401059c 100644 --- a/meta-ivi-test/recipes-extended/node-health-monitor/node-health-monitor/node-health-monitor_t.inc +++ b/meta-ivi-test/recipes-extended/node-health-monitor/node-health-monitor/node-health-monitor_t.inc @@ -20,9 +20,6 @@ _run_() { } _run() { - echo "[ FAILED ] node-head-monitor is not working properly" - return 0 - if [ "x${2}" != "x" ]; then _run_ $1 > /tmp/t 2> /tmp/t.err _c1=$? |