Skip to content

Commit ea03a9d

Browse files
author
Eugene Leonovich
committed
Tweak instance.lua
1 parent 47940a7 commit ea03a9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Integration/instance.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ box.cfg {
1010

1111
box.schema.user.grant('guest', 'read,write,execute', 'universe')
1212

13+
console = require('console')
14+
console.listen('127.0.0.1:33333')
15+
1316
queue = require('queue')
1417
queue.start()
1518

0 commit comments

Comments
 (0)