diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2013-04-22 11:48:44 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2013-04-22 11:48:44 -0600 |
commit | c1925d0de7d2339d54788e55f66832aeb77f3aad (patch) | |
tree | 6948395ba533c10f08152b2fb6f90af983a49871 /inttest | |
parent | d22c1b1ab2028edc4f39a663ccf33f97f2459da0 (diff) |
Add author to fix issue when compiling on travis
Diffstat (limited to 'inttest')
-rw-r--r-- | inttest/tdeps1/tdeps1_rt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tdeps1/tdeps1_rt.erl b/inttest/tdeps1/tdeps1_rt.erl index 9f21c81..b8283f2 100644 --- a/inttest/tdeps1/tdeps1_rt.erl +++ b/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"}]), |