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

Add a test case for gh-263 box.cfg true/false vlaues

parent ed445e2e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env tarantool
--
-- Check that Tarantool creates configuration accepts boolean values
--
box.cfg{logger_nonblock=true,
panic_on_wal_error=true,
logger="tarantool.log"
}
print(box.cfg.logger_nonblock)
print(box.cfg.panic_on_wal_error)
os.exit()
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