mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Added new values to sample config. riak_test now works if running local and no rt_project is set
This commit is contained in:
parent
21a7d38982
commit
f88c2067a0
@ -1,12 +1,8 @@
|
||||
{rtdev, [
|
||||
{rt_deps, ["/Users/joe/dev/basho/riak/deps","deps"]},
|
||||
{rt_max_wait_time, 180000},
|
||||
{rt_retry_delay, 500},
|
||||
{rt_harness, rtdev},
|
||||
{rtdev_path, "/tmp/rt"}
|
||||
]}.
|
||||
|
||||
{rtdev_mixed, [
|
||||
{giddyup_host, "localhost:5000"},
|
||||
{giddyup_user, "user"},
|
||||
{giddyup_password, "password"},
|
||||
{rt_project, "riak"},
|
||||
{rt_deps, ["/Users/joe/dev/basho/riak/deps"]},
|
||||
{rt_max_wait_time, 180000},
|
||||
{rt_retry_delay, 500},
|
||||
|
@ -86,7 +86,7 @@ main(Args) ->
|
||||
{backend, Backend},
|
||||
{platform, <<"local">>},
|
||||
{version, Version},
|
||||
{project, list_to_binary(rt:config(rt_project))}
|
||||
{project, list_to_binary(rt:config(rt_project, "undefined"))}
|
||||
]
|
||||
} || Test <- lists:usort(DirTests ++ SpecificTests)];
|
||||
Platform ->
|
||||
|
Loading…
Reference in New Issue
Block a user