Updated riak_test sample config to use no rt_deps

This commit is contained in:
Joe DeVivo 2012-11-20 08:32:24 -07:00
parent ff0ef6d521
commit 280c9e0119

View File

@ -14,15 +14,14 @@
{"1.0.3", "/tmp/rt/riak-1.0.3"}]},
{basho_bench, "/Users/joe/dev/basho/basho_bench"},
{spam_dir, "/Users/joe/dev/basho/riak_test/search-corpus/spam.0"},
{platform, "osx-64"}
{platform, "osx-64"},
{rt_deps, []}
]}.
{rtdev, [
{rt_project, "riak"},
{rt_deps, ["/Users/joe/dev/basho/riak/deps"]}
{rt_project, "riak"}
]}.
{other_project, [
{rt_project, "other"},
{rt_deps, ["/Users/joe/dev/basho/riak/deps"]}
{rt_project, "other"}
]}.