From 68b47a49628a782b34bb163a41bcbc2d1a749701 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Sat, 2 Dec 2017 05:02:48 -0500 Subject: lcov.sh: include smoke run also part of line coverage Change-Id: I1abbe81ec1113581aa9587fef5e59f8e6d1b25e7 Signed-off-by: Amar Tumballi --- build-gluster-org/scripts/lcov.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit