Ruby Tests: changed format string to plain old string

This commit is contained in:
Joe DeVivo 2012-11-09 08:38:25 -07:00
parent 843e34c459
commit d558dde90b

View File

@ -30,7 +30,8 @@ confirm() ->
%% of riak_test.
RiakRootDir = rtdev:node_path(Node1),
Cmd = io_lib:format("bin/rspec --profile --tag integration --tag ~~nodegen --no-color -fd", []),
Cmd = "bin/rspec --profile --tag integration --tag \~nodegen --no-color -fd",
lager:info("Cmd: ~s", [Cmd]),
{Code, RubyLog} = rt:stream_cmd(Cmd, [{cd, GemDir}, {env, [