Fix tests for git package (#6869)
This commit is contained in:
parent
f498f52a2d
commit
4d4fc8760d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue