Skip to content

Commit

Permalink
Merge pull request #138 from narasimhan-v/additional_args_fix
Browse files Browse the repository at this point in the history
Fixing host additional arguments
  • Loading branch information
Satheesh Rajendran authored Jul 22, 2019
2 parents 795e8cf + 54861cc commit df715bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avocado-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ def parse_test_config(test_config_file, avocado_bin, enable_kvm):
"%s"' % args.no_filter
if additional_args:
TestSuite.guest_add_args += additional_args
if "host_" in args.run_suite:
TestSuite.host_add_args = additional_args
test_suites = args.run_suite.split(',')
if args.install_guest:
Expand Down

0 comments on commit df715bd

Please sign in to comment.