diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-13 23:38:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-19 19:39:55 +0300 |
commit | f2f08e0758243a820fe47128ffabaa474c0e86e7 (patch) | |
tree | 45563c74dbbf7a0f546443b469a23541c9ac9b00 /tests/buildfile | |
parent | e958b63712f9a0ff4b523765d2fe12b58aa97fe0 (diff) |
Implement git repository handling transition (phase 0)
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 4716658..d37b8f0 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -6,7 +6,7 @@ define common: file common{*}: extension = test commons = common config auth remote \ - remote-git rep-fetch-git rep-fetch-git-branch rep-fetch-git-commit + remote-git rep-fetch-git rep-fetch-git-refname rep-fetch-git-commit # The common/ directory contains repositories that are reused, being symlinked # in source repositories specific for testscripts. |