Skip to content

Commit

Permalink
Merge pull request #108 from sathnaga/avocado_requirement
Browse files Browse the repository at this point in the history
Fixup: Add requirements for avocado
  • Loading branch information
Satheesh Rajendran committed Apr 24, 2019
2 parents 4005faa + 27a2160 commit 7bba910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avocado-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def install_repo(path):
:param repo: repository path
"""
logger.info("Installing repo: %s", path)
cmd = "cd %s;make requirements;python setup.py install" % path
cmd = "cd %s;make requirements;make requirements-selftests;python setup.py install" % path
try:
err_str = "Failed to install %s repository:" % path.split('/')[-1]
status, output = commands.getstatusoutput(cmd)
Expand Down

0 comments on commit 7bba910

Please sign in to comment.