btw, we can run lua tests https://travis-ci.com/chipitsine/haproxy-1/builds/108641032
so... how do we want to run lua ? always enabled ? or two builds (with and without lua) ? ср, 17 апр. 2019 г. в 12:43, Илья Шипицин <[email protected]>: > I attached v2 patch > > ср, 17 апр. 2019 г. в 12:25, Илья Шипицин <[email protected]>: > >> >> >> ср, 17 апр. 2019 г. в 12:18, Frederic Lecaille <[email protected]>: >> >>> On 4/16/19 8:17 PM, Илья Шипицин wrote: >>> > + - make CC=$CC V=1 TARGET=$TARGET >>> > + - export PATH=${PATH}:${PWD}/VTest >>> > + - export VTEST_PROGRAM="VTest/vtest -v" # "VTest/vtest -v" >>> >>> Just to let you note that if you build vtest in the same directory as >>> haproxy ones >>> >>> > + - make reg-tests >>> >>> with this command you will run all the tests for vtest itself present in >>> VTest/tests directory. >>> >> >> we can save some cpu time on travis-ci if we will exclude thoses tests. >> we do not want to test vtest itself >> >> >>> >>> >>> Fred. >>> >>

