summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/lcov.sh
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2017-12-02 05:02:48 -0500
committerNigel Babu <nigelb@redhat.com>2017-12-08 04:31:03 +0000
commit68b47a49628a782b34bb163a41bcbc2d1a749701 (patch)
treea41b270b89206d52879e76684f93d97d759c173f /build-gluster-org/scripts/lcov.sh
parentdfc79c6cba61160856dd2e01692495aca9748b84 (diff)
lcov.sh: include smoke run also part of line coverage
Change-Id: I1abbe81ec1113581aa9587fef5e59f8e6d1b25e7 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'build-gluster-org/scripts/lcov.sh')
-rw-r--r--build-gluster-org/scripts/lcov.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-gluster-org/scripts/lcov.sh b/build-gluster-org/scripts/lcov.sh
index d31a060..a2b5a9e 100644
--- a/build-gluster-org/scripts/lcov.sh
+++ b/build-gluster-org/scripts/lcov.sh
@@ -36,6 +36,9 @@ lcov -d . --zerocounters
lcov -i -c -d . -o coverage/glusterfs-lcov.info
set +e
+echo "Running the smoke tests"
+sudo -E bash /opt/qa/smoke.sh -c
+
echo "Running the regression test"
sudo -E bash /opt/qa/regression.sh -c