Commit a629b07e authored by Denis Bilenko's avatar Denis Bilenko

testrunner: update error message

parent 7473455e
......@@ -168,7 +168,7 @@ def get_tempnam():
def run_tests(options, args):
if len(args) != 1:
sys.exit('--record only supports one module at a time')
sys.exit('--record requires exactly one test module to run')
arg = args[0]
module_name = arg
if module_name.endswith('.py'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment