Håkan Mattsson

Results 48 comments of Håkan Mattsson

Here you see the difference when it is run: ``` > FOO=fum lux if.lux summary log : /Users/hmattsso/lux_logs/run_2017_01_20_11_22_55_950624/lux_summary.log test case : if.lux progress : ..:..:..:.(.:..:.:.:...(two.)) result : SUCCESS successful :...

The problem with that is that you will use the Erlang/OTP installed at /usr/local/lib/erlang and not the one that is bundled with lux. They may possibly be incompatible. Hopefully the...

I saw now that there are multiple issues with "lux --make". Do you have a real need of using it? On Jan 20, 2017 05:34, "johowen" wrote: I am trying...

Why did you run "lux --make" instead of "configure" and "make"?

Sad to say, the lux --make option has never worked. I think you may be the first one that ever have tried it. It only handles the Erlang code. But...

I have checked in a simple fix in the develop branch (soon to be released). Please, try it out.

When a lux test case fails, the reason for this is shown. A brief summary (often just a word or two) of the cause is displayed after the keyword "actual"....

HI, Have you tried to add set enable-bracketed-paste off to your ~/.inputrc? /Håkan On Fri, Sep 1, 2023 at 7:44 PM David Martos ***@***.***> wrote: > > I'm having an...

You can put a setting like this in the system wide *luxcfg* file. (Or in a architecture specific *luxcfg* file.) * [config shell_prompt_cmd=set enable-bracketed-paste off; export > PS1=SH-PROMPT:]* If needed,...

Hi, Sorry for the late reply. (I have been out of office for 3 weeks.) What does "/home/rohinijain/lux/bin/lux --version" display? Can you try to reproduce the problem using the latest...