From d2790833281b4ef6946a0d55e2a7c280fbe68b4b Mon Sep 17 00:00:00 2001
From: Markos Chandras <mchandras@suse.de>
Date: Thu, 12 Apr 2018 11:15:17 +0100
Subject: Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-run-functest.sh: Ensure env vars are quoted during reload

    The output of the 'env' command does not use quotes when printing the
    env variables so trying to source the xci.env file will lead to problems like
    the following one:

    /home/devuser/releng-xci/.cache/xci.env: line 17: PROFILEREAD: readonly variable
    /home/devuser/releng-xci/.cache/xci.env: line 20: 50340: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 40: controller00: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 48: on: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 55: Francisco/O=IT/CN=xci.releng.opnfv.org: No such file or directory
    /home/devuser/releng-xci/.cache/xci.env: line 75: a: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 88: -I: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 90: 50340: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 92: -e: command not found
    /home/devuser/releng-xci/.cache/xci.env: line 95: fg: no job control
    /home/devuser/releng-xci/.cache/xci.env: line 101: fg: no job control

    As such, we need to ensure that variables are properly quoted when
    exported.

    Change-Id: Ie98d8c921bae849d6bffd3858f67708f417b1d0f
    Signed-off-by: Markos Chandras <mchandras@suse.de>
---
 docs/submodules/releng | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/submodules/releng b/docs/submodules/releng
index c5ba19839..33073c5a3 160000
--- a/docs/submodules/releng
+++ b/docs/submodules/releng
@@ -1 +1 @@
-Subproject commit c5ba198398eae4098b07b68b3301d52f9afbebea
+Subproject commit 33073c5a3426c1867411db446bc9e5d84d2a7747
-- 
cgit 1.2.3-korg