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

Make gh-100 test case build directory independent.

parent 1fe2f222
No related merge requests found
......@@ -209,8 +209,8 @@ ok
# Bug#100 Segmentation fault if rows_per_wal = 1
# (https://github.com/tarantool/tarantool/issues/100)
tarantool_box -c /data/work/tarantool/stable/test/box/tarantool_bug_gh100.cfg
/data/work/tarantool/stable/src/box/tarantool_box: can't load config:
tarantool_box -c tarantool_bug_gh100.cfg
tarantool_box: can't load config:
- rows_per_wal must be greater than one
......
......@@ -62,7 +62,9 @@ print """
"""
# stop current server
server.stop()
sys.stdout.push_filter("(/\S+)+/tarantool", "tarantool")
server.test_option("-c " + os.path.join(os.getcwd(), "box/tarantool_bug_gh100.cfg"))
sys.stdout.pop_filter()
print """
# Test field type conflict in keys
......
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