$status  –  Status of The Last run Command

$status contains the status code of the last executed run command.

Examples

Print status code of run
1
2
3
4
5
@test "Example" {
  run cat nonexistent_filename
  echo "Status: $status" >&3
  echo "Output: $output" >&3
}
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $status - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款