Skip to content
Snippets Groups Projects
Commit 223458a5 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Add a comment to test (Bug#748599).

parent 9e0559ef
No related merge requests found
......@@ -4,6 +4,8 @@ import os
server.test_option("--help")
server.test_option("-h")
sys.stdout.push_filter("(/\S+)+/tarantool", "tarantool")
# Test a cfg-get for something that is not in the config
# file (used to crash, Bug#748599
server.test_option("--cfg-get=custom_proc_title")
server.test_option("-Z")
server.test_option("--no-such-option")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment