Skip to content
Snippets Groups Projects
Commit 4d4fc876 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Massimiliano Culpo
Browse files

Fix tests for git package (#6869)

parent f498f52a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment