Fix tests for git package (#6869)
This commit is contained in:
parent
f498f52a2d
commit
4d4fc8760d
@ -208,6 +208,9 @@ def filter_rt(self):
|
|||||||
# Don't link with -lrt; the system has no (and needs no) librt
|
# Don't link with -lrt; the system has no (and needs no) librt
|
||||||
filter_file(r' -lrt$', '', 'Makefile')
|
filter_file(r' -lrt$', '', 'Makefile')
|
||||||
|
|
||||||
|
def check(self):
|
||||||
|
make('test')
|
||||||
|
|
||||||
@run_after('install')
|
@run_after('install')
|
||||||
def install_completions(self):
|
def install_completions(self):
|
||||||
copy_tree('contrib/completion', self.prefix.share)
|
copy_tree('contrib/completion', self.prefix.share)
|
||||||
|
Loading…
Reference in New Issue
Block a user