Files
vcsh/disable-tests.patch
Martin Pluskal 2f975b4af9 Accepting request 489945 from home:DavidBild:tools:scm
Version Control System for $HOME - multiple Git repositories in $HOME.

vcsh allows you to have several git
repositories, all maintaining their working trees in $HOME without
clobbering each other. That, in turn, means you can have one
repository per config set (zsh, vim, ssh, etc), picking and choosing
which configs you want to use on which machine.

OBS-URL: https://build.opensuse.org/request/show/489945
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/vcsh?expand=0&rev=1
2017-04-22 19:19:47 +00:00

21 lines
688 B
Diff

*** Makefile.orig 2017-04-22 11:57:26.913255845 -0500
--- Makefile 2017-04-22 11:59:03.728409381 -0500
***************
*** 37,44 ****
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(ZSHDIR)
test:
! @if which git > /dev/null; then : ; else echo "'git' not found, exiting..." ; exit 1; fi
! @if which prove > /dev/null; then prove; else echo "'prove' not found; not running tests"; fi
moo:
@which cowsay >/dev/null 2>&1 && cowsay "I hope you're happy now..."
--- 37,43 ----
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(ZSHDIR)
test:
! echo "Skipping tests"
moo:
@which cowsay >/dev/null 2>&1 && cowsay "I hope you're happy now..."