瀏覽代碼

Add author to fix issue when compiling on travis

pull/3/head
Dave Smith 12 年之前
父節點
當前提交
c1925d0de7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      inttest/tdeps1/tdeps1_rt.erl

+ 1
- 1
inttest/tdeps1/tdeps1_rt.erl 查看文件

@ -26,7 +26,7 @@ files() ->
run(_Dir) ->
%% Initialize the b/c apps as git repos so that dependencies pull
%% properly
GitCmd = "/bin/sh -c \"git init && git add -A && git commit -a -m 'Initial commit'\"",
GitCmd = "/bin/sh -c \"git init && git add -A && git commit --author 'tdeps <tdeps@example.com>' -a -m 'Initial commit'\"",
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/b"}]),
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/c"}]),

Loading…
取消
儲存