diff --git a/huxley/cmdline.py b/huxley/cmdline.py index 7c1765e..463e7c9 100644 --- a/huxley/cmdline.py +++ b/huxley/cmdline.py @@ -143,6 +143,8 @@ def _main( new_screenshots = threadpool.Flag() pool = threadpool.ThreadPool() + if names: + names = names.split(",") for file in testfiles: msg = 'Running Huxley file: ' + file