You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tstest/integration
Brad Fitzpatrick 3b0de97e07 cmd/tailscaled: unify the two Windows paths + separate IPN server path
tailscaled on Windows had two entirely separate start-up paths for running
as a service vs in the foreground. It's been causing problems for ages.
This unifies the two paths, making them be the same as the path used
for every other platform.

Also, it uses the new async LocalBackend support in ipnserver.Server
so the Server can start serving HTTP immediately, even if tun takes
awhile to come up.

Updates #6535

Change-Id: Icc8c4f96d4887b54a024d7ac15ad11096b5a58cf
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
testcontrol all: fix spelling mistakes 2 years ago
vms all: remove old +build tags 2 years ago
gen_deps.go all: remove old +build tags 2 years ago
integration.go refactor: move from io/ioutil to io and os packages 2 years ago
integration_test.go envknob: add GOOS func 2 years ago
tailscaled_deps_test_darwin.go cmd/tailscaled: unify the two Windows paths + separate IPN server path 2 years ago
tailscaled_deps_test_freebsd.go cmd/tailscaled: unify the two Windows paths + separate IPN server path 2 years ago
tailscaled_deps_test_linux.go cmd/tailscaled: unify the two Windows paths + separate IPN server path 2 years ago
tailscaled_deps_test_openbsd.go cmd/tailscaled: unify the two Windows paths + separate IPN server path 2 years ago
tailscaled_deps_test_windows.go cmd/tailscaled: unify the two Windows paths + separate IPN server path 2 years ago