summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-09-28 23:37:16 +0530
committerAmar Tumballi <amarts@redhat.com>2018-09-29 00:33:29 +0530
commit5bd78f032e84e0382fbeaaeb39cf452344ce80b7 (patch)
tree3644dcc35cb1d1fdcc0b93b04c4aff89f5ee5189 /build-gluster-org
parent518c1939ef140345c7db2a8838550417619df38e (diff)
asan-job: add log_path to get details
updates: bz#1633930 Change-Id: I703fa957102ef207c3f8107c28c2cd6f6e95f19a Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/asan.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/asan.sh b/build-gluster-org/scripts/asan.sh
index eaea3b3..412c221 100644
--- a/build-gluster-org/scripts/asan.sh
+++ b/build-gluster-org/scripts/asan.sh
@@ -29,4 +29,5 @@ $SRC/configure --prefix=$P/install --with-mountutildir=$P/install/sbin \
--enable-debug --enable-gnfs --silent --enable-asan
make install -j ${nproc}
cd $SRC;
-sudo -E bash /opt/qa/regression.sh \ No newline at end of file
+export ASAN_OPTIONS=log_path=/var/log/glusterfs/asan-output.log
+sudo -E bash /opt/qa/regression.sh -c