aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-05-11 12:34:07 +0000
committerlloyd <[email protected]>2015-05-11 12:34:07 +0000
commit15278745e706e2be4a51a1ddf92c02bc36a6d3b9 (patch)
treef52e5ece5d42a40ab65ec4c4e4e7fcdc5d290e70 /src/scripts
parent08d90a228462ec563221a2d542ac770959dc260a (diff)
Fix compare
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/ci/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/after_success.sh b/src/scripts/ci/after_success.sh
index 2aaabe294..dc84210cb 100755
--- a/src/scripts/ci/after_success.sh
+++ b/src/scripts/ci/after_success.sh
@@ -4,7 +4,7 @@ BUILD_MODE=$1
set -ev
-if [ "$BUILD_MODE" = "coverage"]
+if [ "$BUILD_MODE" = "coverage" ]
then
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info 'tests/*' '/usr/*' --output-file coverage.info