Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
823a6c8b
Commit
823a6c8b
authored
Apr 03, 2017
by
Tomek Mrugalski
🛰
Browse files
[master] Fix in shell unit-tests after #5078 merge.
parent
ba69cb11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/shell/tests/shell_process_tests.sh.in
View file @
823a6c8b
...
...
@@ -180,7 +180,7 @@ version_test "shell.version"
shell_command_test "shell.list-commands" "list-commands" \
"[ { \"arguments\": [ \"build-report\", \"config-get\", \"config-test\", \"config-write\", \"list-commands\", \"shutdown\", \"version-get\" ], \"result\": 0 } ]" ""
shell_command_test "shell.bogus" "give-me-a-beer" \
"[ { \"result\":
1
, \"text\": \"'give-me-a-beer' command not supported.\" } ]" ""
"[ { \"result\":
2
, \"text\": \"'give-me-a-beer' command not supported.\" } ]" ""
shell_command_test "shell.empty-config-test" "config-test" \
"[ { \"result\": 1, \"text\": \"Missing mandatory 'arguments' parameter.\" } ]" ""
shell_command_test "shell.no-app-config-test" "config-test" \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment