tailscale/tstest/integration/vms
Christine Dodrill 0a655309c6
tstest/integration/vms: only build binaries once (#2042)
Previously this built the binaries for every distro. This is a bit
overkill given we are using static binaries. This patch makes us only
build once.

There was also a weird issue with how processes were being managed.
Previously we just killed qemu with Process.Kill(), however that was
leaving behind zombies. This has been mended to not only kill qemu but
also waitpid() the process so it doesn't become a zombie.

Updates #1988

Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-06-03 10:58:35 -04:00
..
doc.go tstest/integration: add experimental integration test (#1966) 2021-05-26 14:10:10 -04:00
opensuse_leap_15_1_test.go tstest/integration/vms: fix OpenSUSE Leap 15.1 (#2038) 2021-06-03 09:29:07 -04:00
regex_flag_test.go tstest/integration/vms: regex-match distros using a flag (#2021) 2021-05-31 13:23:38 -04:00
regex_flag.go tstest/integration/vms: regex-match distros using a flag (#2021) 2021-05-31 13:23:38 -04:00
vms_test.go tstest/integration/vms: only build binaries once (#2042) 2021-06-03 10:58:35 -04:00