Added new values to sample config. riak_test now works if running local and no rt_project is set

This commit is contained in:
Joe DeVivo 2012-09-25 13:25:33 -07:00
parent 21a7d38982
commit f88c2067a0
2 changed files with 5 additions and 9 deletions

View File

@ -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},

View File

@ -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 ->