Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
a7e0785a
Commit
a7e0785a
authored
9 years ago
by
Sulverus
Browse files
Options
Downloads
Patches
Plain Diff
ctl config updated, test-run updated
parent
200f723c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test-run
+1
-1
1 addition, 1 deletion
test-run
test/.tarantoolctl
+7
-7
7 additions, 7 deletions
test/.tarantoolctl
with
8 additions
and
8 deletions
test-run
@
7a9dffa1
Compare
9c05fb7c
...
7a9dffa1
Subproject commit
9c05fb7c36dfe11b5dd2f8ab2293d1be521b8ced
Subproject commit
7a9dffa16d0da05ec33fe0b131e92f6d86a87fd6
This diff is collapsed.
Click to expand it.
test/.tarantoolctl
+
7
−
7
View file @
a7e0785a
-- Options for test-run tarantoolctl
local
pwd
=
os.getenv
(
'
PWD
'
)
local
workdir
=
os.getenv
(
'
TEST_WORKDIR
'
)
default_cfg
=
{
pid_file
=
pwd
..
"/var"
,
wal_dir
=
pwd
..
"/var"
,
snap_dir
=
pwd
..
"/var"
,
sophia_dir
=
pwd
..
"/var"
,
logger
=
pwd
..
"/var"
,
pid_file
=
workdir
,
wal_dir
=
workdir
,
snap_dir
=
workdir
,
sophia_dir
=
workdir
,
logger
=
workdir
,
background
=
false
,
}
instance_dir
=
pwd
..
"/var"
instance_dir
=
workdir
-- vim: set ft=lua :
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment