$BATS_RUN_TMPDIR
–
Path to Directory For Temporary bats Files
$BATS_RUN_TMPDIR
is the path to a directory, where bats stores its own temporary files.
Links
Examples
- Print directory
1 2 3
@test "Example" { echo "$BATS_RUN_TMPDIR" >&3 }
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_RUN_TMPDIR - 立即试用!