Le 28/02/2020 à 09:32, Илья Шипицин a écrit :
reg-tests keep logs in ${TMPDIR}

in travis-ci we output logs on failure

after_failure:
   - |
     for folder in ${TMPDIR}/*regtest*/vtc.*; do
       cat $folder/INFO
       cat $folder/LOG
     done



is it ok not to clean ${TMPDIR} between two runs ? (as far as I understand, each test run generates unique id, so it should be ok)



Yes, it is safe to keep temp directories between 2 runs.


--
Christopher Faulet

Reply via email to