$status
–
Status of The Last run
Command
$status
contains the status code of the last executed run
command.
Links
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 is a shell script IDE with support for bats-core’s $status – try it now!