Fixes cloning repo for develop command.
This commit is contained in:
parent
bdfb681824
commit
acbce88bac
3 changed files with 18 additions and 2 deletions
|
|
@ -518,3 +518,11 @@ suite "develop feature":
|
|||
checkpoint(output)
|
||||
check exitCode == QuitSuccess
|
||||
check(not output.processOutput.inLines("warning"))
|
||||
|
||||
test "can git clone for develop":
|
||||
let cloneDir = installDir / "developTmp"
|
||||
createDir(cloneDir)
|
||||
cd cloneDir:
|
||||
let url = "https://github.com/nimble-test/packagea.git"
|
||||
let (output, exitCode) = execNimble("develop", "-y", url)
|
||||
check exitCode == QuitSuccess
|
||||
Loading…
Add table
Add a link
Reference in a new issue