Upgrade to python 3.9.
[python_utils.git] / tests / run_tests.py
index 6d6c0b8b97ed0181589f9f71154a8c0a00a0877b..bc1c09ba6fc636393ba49ab95d92398836b251bf 100755 (executable)
@@ -27,7 +27,7 @@ import text_utils
 import thread_utils
 
 logger = logging.getLogger(__name__)
-args = config.add_commandline_args(f'({__file__})', 'Args related to __file__')
+args = config.add_commandline_args(f'({__file__})', f'Args related to {__file__}')
 args.add_argument('--unittests', '-u', action='store_true', help='Run unittests.')
 args.add_argument('--doctests', '-d', action='store_true', help='Run doctests.')
 args.add_argument('--integration', '-i', action='store_true', help='Run integration tests.')