summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2016-09-29 12:51:10 +0530
committerNigel Babu <nigelb@redhat.com>2016-09-29 12:51:10 +0530
commit1d360a7058ef3b456bba093a51028a606d6d0aed (patch)
tree05da6d1d57ec558c79aaab26bfdc996d1a5d16d5
parente7ff2e0322baeee11dcd1ee4b1f40ddf11f02724 (diff)
Preserve environment variables for smoke
Change-Id: I8760278cd8650196239261cca18eea0a549cb12a Signed-off-by: Nigel Babu <nigelb@redhat.com>
-rwxr-xr-xbuild-gluster-org/scripts/smoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/smoke.sh b/build-gluster-org/scripts/smoke.sh
index b6a6b75..49c8c73 100755
--- a/build-gluster-org/scripts/smoke.sh
+++ b/build-gluster-org/scripts/smoke.sh
@@ -16,7 +16,7 @@ RET=$?
if [ $RET -ne 0 ]; then
exit 1
fi
-sudo /opt/qa/smoke.sh
+sudo -E bash /opt/qa/smoke.sh
RET=$?
echo smoke.sh returned $RET