comparison tests/test-bundle2-format.t @ 25495:c63bf97cf7c7

tests: restore 'python' and '$TESTDIR/' for dummyssh invocation This is a backout of 46727fea7a00, and a partial backout of c3ecbf694904. Windows won't execute 'dummyssh' directly, presumably because CreateProcess() doesn't know how to execute a bash script: $ hg clone -e "dummyssh" ssh://user@dummy/cloned sshclone remote: 'dummyssh' is not recognized as an internal or external command, remote: operable program or batch file. abort: no suitable response from remote hg! [255] With the restoration of python as the executable, $TESTDIR needs to be restored for these invocations, because python won't search $PATH for 'dummyssh': $ hg clone -e "python dummyssh" ssh://user@dummy/cloned sshclone remote: python: can't open file 'dummyssh': [Errno 2] No such file or directory abort: no suitable response from remote hg! [255]
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 09 Jun 2015 21:39:33 -0400
parents 46727fea7a00
children 4bc3707f3e67
comparison
equal deleted inserted replaced
25494:e8eb3ecdaa0c 25495:c63bf97cf7c7
208 > bundle2=$TESTTMP/bundle2.py 208 > bundle2=$TESTTMP/bundle2.py
209 > [experimental] 209 > [experimental]
210 > bundle2-exp=True 210 > bundle2-exp=True
211 > evolution=createmarkers 211 > evolution=createmarkers
212 > [ui] 212 > [ui]
213 > ssh=dummyssh 213 > ssh=python "$TESTDIR/dummyssh"
214 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 214 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
215 > [web] 215 > [web]
216 > push_ssl = false 216 > push_ssl = false
217 > allow_push = * 217 > allow_push = *
218 > [phases] 218 > [phases]