Lines Matching full:test_tmpdir
93 TEST_log=$TEST_TMPDIR/log # The log file over which the
233 [[ "${TEST_passed}" == "true" ]] && echo "$@" >"$TEST_TMPDIR"/__fail
560 if [[ -f $TEST_TMPDIR/__err_handled ]]; then
568 touch $TEST_TMPDIR/__err_handled
733 rm -f "${TEST_TMPDIR}"/{__ts_start,__ts_end}
741 rm -f "${TEST_TMPDIR}"/__err_handled
759 timestamp >"${TEST_TMPDIR}"/__ts_start
766 timestamp >"${TEST_TMPDIR}"/__ts_end
768 ) 2>&1 | tee "${TEST_TMPDIR}"/__log
779 [[ -f "$TEST_TMPDIR"/__ts_end ]] || timestamp >"$TEST_TMPDIR"/__ts_end
784 ts_start=$(<"${TEST_TMPDIR}"/__ts_start)
786 ts_end=$(<"${TEST_TMPDIR}"/__ts_end)
817 log=$(sed 's/]]>/]]>]]><![CDATA[/g' "${TEST_TMPDIR}"/__log)
818 fail_msg=$(cat "${TEST_TMPDIR}"/__fail 2> /dev/null || echo "No failure message")