mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-20 11:58:39 +00:00
net/art: fix running tests outside of CI
Updates #7866 Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
4c05d43008
commit
45b5d0983c
@ -16,4 +16,5 @@ func TestMain(m *testing.M) {
|
|||||||
// TODO: https://github.com/tailscale/tailscale/issues/7866
|
// TODO: https://github.com/tailscale/tailscale/issues/7866
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
os.Exit(m.Run())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user