diff options
Diffstat (limited to 'tests/setup.sh')
| -rwxr-xr-x | tests/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index ea973584b4..7b8777379a 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -104,6 +104,7 @@ setup_repos() mkrepo "repos/with space" 2 >/dev/null mkrepo repos/filter 5 testplus >/dev/null echo "site code of conduct" >site-coc.txt + echo "site contributor license agreement" >site-cla.txt cat >cgitrc <<EOF virtual-root=/ cache-root=$PWD/cache @@ -118,6 +119,7 @@ summary-tags=5 clone-url=git://example.org/\$CGIT_REPO_URL.git enable-filter-overrides=1 root-coc=$PWD/site-coc.txt +root-cla=$PWD/site-cla.txt repo.url=foo repo.path=$PWD/repos/foo/.git |
