lux
lux copied to clipboard
Test automation framework with Expect style execution of commands
Starting with OTP 27 a compilation warning is emitted.
I'm having an issue running the examples. It looks like the shell is sending additional characters that don't match the expectation. Should these be ignored? `\e[?2004h` and `\e[?2004l` are known...
In this small example the cleanup section is supposed to invoke a macro. However there's a syntax error in the macro invocation, the ending "]" is missing, so I expected...
Hi. I have installed lux using method in INSTALL.md for Arch Linux, tried building using "autoconf/.configure/make/make install" but I am still getting following error when I try to run lux:...
Enable reproducible builds by creating a deterministic build environment. * Create a deterministic build environment with the new configure option --enable-deterministic-build. Deterministic builds: * Replaces +debug_info erlc flag with +deterministic....
Hi when i'm trying to in compile LUX on Centos 7 i got this error: [admin@nso5-srv1 lux-master]$ make make[1]: Entering directory `/home/admin/Lux/lux-master/src' "/usr/bin/erlc" +warnings_as_errors +warn_unused_vars +debug_info -o ../ebin lux_html_parse.erl "/usr/bin/erlc"...
6bd6a1e fix tests. fail/warning at -> fail/warning at line 8faef1f fix path to lux 8c8f855 increase timeout fa1152c valid html: tr -> /tr b2e90f2 use environment's bash. /usr/bash on macOS...
Correct me if I'm wrong, but I think `make test` has been failing since version 1.12 , dated 2016-02-23. Since then tests have been failing for different reasons as seen...
This would fix the confusion raised in issue #20