mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Ruby Tests: changed format string to plain old string
This commit is contained in:
parent
843e34c459
commit
d558dde90b
@ -30,7 +30,8 @@ confirm() ->
|
|||||||
%% of riak_test.
|
%% of riak_test.
|
||||||
RiakRootDir = rtdev:node_path(Node1),
|
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]),
|
lager:info("Cmd: ~s", [Cmd]),
|
||||||
|
|
||||||
{Code, RubyLog} = rt:stream_cmd(Cmd, [{cd, GemDir}, {env, [
|
{Code, RubyLog} = rt:stream_cmd(Cmd, [{cd, GemDir}, {env, [
|
||||||
|
Loading…
Reference in New Issue
Block a user