Fix tests for git package (#6869)

This commit is contained in:
Adam J. Stewart 2018-01-10 06:47:38 -06:00 committed by Massimiliano Culpo
parent f498f52a2d
commit 4d4fc8760d

View file

@ -208,6 +208,9 @@ def filter_rt(self):
# Don't link with -lrt; the system has no (and needs no) librt
filter_file(r' -lrt$', '', 'Makefile')
def check(self):
make('test')
@run_after('install')
def install_completions(self):
copy_tree('contrib/completion', self.prefix.share)