]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

spec/make-coverage: do not `cat` profile files (#123)
authorDaniel Hahler <github@thequod.de>
Tue, 29 Jan 2019 11:53:51 +0000 (12:53 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 11:53:51 +0000 (12:53 +0100)
spec/make-coverage

index 4aa981faea518c95d9d560b3f950d081d8c44f95..f425496aa2d27f68af73a6f4946cbf12c151bd2e 100755 (executable)
@@ -16,7 +16,6 @@ for file in ./spec/indent/*_spec.rb; do
   bundle exec rspec "$file" $RSPEC_OPTIONS || ret=1
 
   for p in "${PYTHON_PEP8_INDENT_TEST_PROFILE_BASE}".*; do
-    cat "$p"
     covimerage write_coverage --append "$p"
     rm "$p"
     covimerage report -m