mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-01 05:27:44 +09:00 
			
		
		
		
	Switch from hacking buildtags to selecting tests
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		| @@ -1,5 +1,3 @@ | ||||
| //go:build integration_cli | ||||
|  | ||||
| package headscale | ||||
|  | ||||
| import ( | ||||
| @@ -28,7 +26,7 @@ type IntegrationCLITestSuite struct { | ||||
| 	env       []string | ||||
| } | ||||
|  | ||||
| func TestCLIIntegrationTestSuite(t *testing.T) { | ||||
| func TestIntegrationCLITestSuite(t *testing.T) { | ||||
| 	s := new(IntegrationCLITestSuite) | ||||
|  | ||||
| 	suite.Run(t, s) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user