summaryrefslogtreecommitdiff
path: root/go-clone-test/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 15:52:34 -0600
committerJeff Carr <[email protected]>2024-12-15 15:52:34 -0600
commitde5759dde5dabc2d77dbeb70e3fe8d4774b3fefc (patch)
treea56a38f78076b808c880f4529014904cf8ff49ee /go-clone-test/main.go
parent41b716d64489638e14cead1b397153c69fd3539d (diff)
maybe, maybe notv0.0.14
Diffstat (limited to 'go-clone-test/main.go')
-rw-r--r--go-clone-test/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go-clone-test/main.go b/go-clone-test/main.go
index cb49a69..ed0a682 100644
--- a/go-clone-test/main.go
+++ b/go-clone-test/main.go
@@ -105,7 +105,7 @@ func prepBinary(testDir string, gopath string) {
os.Unsetenv("FORGE_CONFIG")
os.Unsetenv("FORGE_GOSRC")
runStrict(wd, []string{"sync"})
- runStrict(wd, []string{"/home/jcarr/go/bin/go-clone", "--recursive", gopath, "--work"})
+ runStrict(wd, []string{"/home/jcarr/go/bin/go-clone", "--recursive", gopath, "--work", "--ignore"})
// runStrict(wd, []string{"/home/jcarr/go/bin/go-clone", "--work"})
}
@@ -133,7 +133,7 @@ func installBinary(testDir string, gopath string) {
repo := repos.Next()
log.Info("go.work repo (hopefully):", repo.GoPath, repo.FullPath, repo.RepoType())
}
- runStrict(wd, []string{"go-clone", "--install", gopath})
+ runStrict(wd, []string{"go-clone", "--install", gopath, "--ignore"})
os.Exit(-1)
}