Update git submodules
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 29 Aug 2017 07:11:44 +0000 (15:11 +0800)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 30 Aug 2017 06:44:15 +0000 (06:44 +0000)
commit478adb47cba4d2bf2bf04da59fc754cbb362f11d
tree8b45a5b4fe98b9775ba81a3ad0789231faa6a307
parent0889c35a7b0f62bd28a340c5ec65f2241849901b
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Fix bug that start_job script exit unexpectedly

    When `set -o errexit` is enabled in script, the non-zero return value
    from `diff` is considered as an error. But actually diff returns 1 when
    difference is found. The error exit option should be disabled when dealing
    `diff`.

    Change-Id: I6270ec8f7036b3d752736a80474468e26a613585
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
docs/submodules/qtip