Home
last modified time | relevance | path

Searched refs:TESTFAIL_CALLBACKS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh31 if [[ -z "$TESTFAIL_CALLBACKS" ]] ; then
32 export TESTFAIL_CALLBACKS="$STF_SUITE/callbacks/zfs_dbgmsg"
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib396 # callback script paths are stored in TESTFAIL_CALLBACKS, delimited by ':'.
402 print "$TESTFAIL_CALLBACKS:" | while read -d ":" callback; do