Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Temporary test artifacts

Bats creates isolated test directories under this directory. The shared setup uses a fnox-test- prefix; directory names are generated by Bats helpers.

Artifacts are removed during teardown. To retain them while debugging, set one of the Bats options in the test shell:

# Preserve all test directories
export BATSLIB_TEMP_PRESERVE=1

# Or preserve only failed tests
export BATSLIB_TEMP_PRESERVE_ON_FAILURE=1

Unset the option when finished. Preserved directories can contain decrypted test values or provider state; inspect them before sharing. See the test guide for running a focused test.