mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 14:50:19 +00:00
yeezy taught me
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bats
|
||||
export BAKEFILE=python.Bakefile
|
||||
@test "python" {
|
||||
run bake --silent -b python.Bakefile python
|
||||
run bake --silent python
|
||||
[[ "${lines[0]}" == "not bash" ]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user