From 1d360a7058ef3b456bba093a51028a606d6d0aed Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Thu, 29 Sep 2016 12:51:10 +0530 Subject: Preserve environment variables for smoke Change-Id: I8760278cd8650196239261cca18eea0a549cb12a Signed-off-by: Nigel Babu --- build-gluster-org/scripts/smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org/scripts/smoke.sh') 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 -- cgit