This commit is contained in:
2019-09-23 05:33:09 -04:00
parent 9815dcb06a
commit 210c16a420
20 changed files with 334 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
@test "python" {
run bake --silent -b python.Bakefile python
[[ "${lines[0]}" == "not bash" ]]
}