$BATS_SUITE_TMPDIR  –  Directory for Temporary Suite Files

$BATS_SUITE_TMPDIR is the path to the temporary directory common to all test of a suite.

Examples

Print directory path
1
2
3
@test "Example" {
  echo "Path: $BATS_SUITE_TMPDIR" >&3
}
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_SUITE_TMPDIR - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款