We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command-line options like --require cause lux to crash:
--require
#lux --require CONFIG_DIR test.lux summary log : /base/lux_logs/run_2015_08_13_14_43_08/lux_summary.log FATAL ERROR: /base/lux_logs/run_2015_08_13_14_43_08/lux_summary.log: error:function_clause [{lists,reverse,"R",[{file,"lists.erl"},{line,146}]}, {string,tokens,2,[{file,"string.erl"},{line,232}]}, {lux_suite,'-merge_env_opt/2-lc$^0/1-0-',1, [{file,"lux_suite.erl"},{line,891}]}, {lux_suite,merge_env_opt,2, [{file,"lux_suite.erl"},{line,891}]}, {lux_suite,merge_opts,3, [{file,"lux_suite.erl"},{line,866}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1262}]}, {lux_suite,parse_script,3, [{file,"lux_suite.erl"},{line,627}]}, {lux_suite,run_cases,5, [{file,"lux_suite.erl"},{line,424}]}]
After the commit 7e8e9a command line option arguments are no longer grouped, but merge_env_opt obviously expects that they are.
7e8e9a
merge_env_opt
The text was updated successfully, but these errors were encountered:
Thanks for the precise bug report! I am looking into this.
Sorry, something went wrong.
No branches or pull requests
Command-line options like
--require
cause lux to crash:After the commit
7e8e9a
command line option arguments are no longer grouped, butmerge_env_opt
obviously expects that they are.The text was updated successfully, but these errors were encountered: