Le 28/02/2020 à 08:20, Илья Шипицин a écrit :
Hello,

${no-htx} option http-use-htx

how can setup that variable per test run? I want to run reg-tests with and without htx

cheers,
Ilya Shipitcin

Hi Ilya,

You may pass or not the option '--no-htx' when you run "scripts/run-regtests.sh" or the "reg-tests" Makefile target:

  scripts/run-regtests.sh # with HTX
  scripts/run-regtests.sh --no-htx # without HTX

or

  make reg-tests # with HTX
  make reg-test -- --no-htx # without HTX


--
Christopher Faulet

Reply via email to