From ce7359df8152e7bfa5a7fc1919dad962f759a3ca Mon Sep 17 00:00:00 2001
From: Josep Puigdemont <josep.puigdemont@enea.com>
Date: Wed, 4 May 2016 14:27:23 +0200
Subject: [PATCH] Updated armband Project: fuel 
 3b8db706acb60b680bcf220bd0236d5efcc66d07

common.py: catch stderr in exec_cmd

When running commands with exec_cmd(), the stderr of the command is
sent to /dev/null and ignored, and only stdout is retrieved. Thus, when
a command fails and check is enabled, only the output of stdout is
presented to the user, which normally holds no information about the
error.
In this patch we retrieve stderr, and when an error occurs, an exception
is raised with that message.

Fixes https://jira.opnfv.org/browse/FUEL-142

Change-Id: I3940e1a43963a6abec362481b1d4ce7bd7cb816d
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
---
 upstream/fuel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/fuel b/upstream/fuel
index ec0c7698..3b8db706 160000
--- a/upstream/fuel
+++ b/upstream/fuel
@@ -1 +1 @@
-Subproject commit ec0c7698cd363b71694ca33e87f65fc382acda8d
+Subproject commit 3b8db706acb60b680bcf220bd0236d5efcc66d07
-- 
2.16.6