test: fix sling test for bd empty output handling
The verifyFormulaExists function now checks for non-empty output, so the test stub must output something for formula show commands. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
598a39e708
commit
b9025379b7
@@ -234,7 +234,8 @@ case "$cmd" in
|
||||
echo '[{"title":"Test issue","status":"open","assignee":"","description":""}]'
|
||||
;;
|
||||
formula)
|
||||
# formula show <name>
|
||||
# formula show <name> - must output something for verifyFormulaExists
|
||||
echo '{"name":"test-formula"}'
|
||||
exit 0
|
||||
;;
|
||||
cook)
|
||||
|
||||
Reference in New Issue
Block a user