]> granicus.if.org Git - libexpat/commitdiff
coverage.sh: Indent output
authorSebastian Pipping <sebastian@pipping.org>
Mon, 8 May 2017 18:20:28 +0000 (20:20 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 8 May 2017 18:24:30 +0000 (20:24 +0200)
expat/coverage.sh

index ea5abbcc4ec5ee39c7af5c897f1cd7f3b7bffa73..831d80b3fab55794b293a7d588418676bf4cdd75 100755 (executable)
@@ -83,7 +83,7 @@ _run() {
 
         # Make sure that files overlap in report despite different build folders
         sed "/SF:/ s,${build_dir}/,${source_dir}/," "${coverage_info}-all" > "${coverage_info}"
-    )
+    ) |& sed 's,^,  ,'
     res=$?
 
     if [[ ${res} -eq 0 ]]; then