summaryrefslogtreecommitdiff
path: root/testing/gitano-test-tool.in
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2016-12-18 18:01:55 +0000
committerRichard Maw <richard.maw@gmail.com>2016-12-18 21:52:49 +0000
commit49df8959ce8f77665b317bb9dd0b21a277dfcf96 (patch)
treeac1b43bf80e9416b8717664ac8c850b090ef2f5c /testing/gitano-test-tool.in
parent556e6701287da136bed065f8189c4e237e52fb8a (diff)
downloadgitano-49df8959ce8f77665b317bb9dd0b21a277dfcf96.tar.gz
testing: Rename gtt {push,pull}viassh to {push,pull}
This is going to support smart HTTP {push,pull} so it's incorrect to be named "via ssh".
Diffstat (limited to 'testing/gitano-test-tool.in')
-rw-r--r--testing/gitano-test-tool.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in
index a5154b9..d998c0a 100644
--- a/testing/gitano-test-tool.in
+++ b/testing/gitano-test-tool.in
@@ -233,7 +233,7 @@ function cmd_teardownstandard()
end
end
-function cmd_cloneviassh(user, key, repo, localname, ...)
+function cmd_clone(user, key, repo, localname, ...)
local exturl = generate_exturl(user, key, repo)
run_program {
env = { HOME = user_home(user) },
@@ -241,7 +241,7 @@ function cmd_cloneviassh(user, key, repo, localname, ...)
}
end
-function cmd_pushviassh(user, key, localname, repo, ...)
+function cmd_push(user, key, localname, repo, ...)
local exturl = generate_exturl(user, key, repo)
run_program {
cwd = user_home(user) .. "/" .. localname,