Skip to content

Commit df715bd

Browse files
author
Satheesh Rajendran
authored
Merge pull request #138 from narasimhan-v/additional_args_fix
Fixing host additional arguments
2 parents 795e8cf + 54861cc commit df715bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

avocado-setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ def parse_test_config(test_config_file, avocado_bin, enable_kvm):
628628
"%s"' % args.no_filter
629629
if additional_args:
630630
TestSuite.guest_add_args += additional_args
631+
if "host_" in args.run_suite:
631632
TestSuite.host_add_args = additional_args
632633
test_suites = args.run_suite.split(',')
633634
if args.install_guest:

0 commit comments

Comments
 (0)