Searched refs:coredir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash74 dest=$coredir/$coreid
78 echo "*** ztest crash found - moving logs to $coredir/$coreid"
96 echo "*** core @ $coredir/$coreid/core:" | /bin/tee -a ztest.cores
111 # expected format: zloop [-t timeout] [-c coredir] [-- extra ztest args]
112 coredir=$DEFAULTCOREDIR
118 c ) [[ $OPTARG ]] && coredir=$OPTARG ;;
136 if [[ ! -d $coredir ]]; then
137 echo "core dump directory ($coredir) does not exist, creating it."
138 or_die /bin/mkdir -p $coredir
141 if [[ ! -w $coredir ]]; the
[all...]

Completed in 57 milliseconds