mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
@test "python" {
|
|
run bake --silent -b python.Bakefile python
|
|
[[ "${lines[0]}" == "not bash" ]]
|
|
}
|