You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/test/testutil/testutil.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ var (
58
58
isRunningWithOverlay=flag.Bool("test-overlay", BoolFromEnv("TEST_OVERLAY", false), "whether test is running with --overlay2")
59
59
isRunningWithNetRaw=flag.Bool("test-net-raw", BoolFromEnv("TEST_NET_RAW", false), "whether test is running with raw socket support")
60
60
isRunningWithHostNet=flag.Bool("test-hostnet", BoolFromEnv("TEST_HOSTNET", false), "whether test is running with hostnet")
61
-
isRunningWithSaveRestoreNetstack=flag.Bool("test-save-restore-netstack", BoolFromEnv("TEST_SAVE_RESTORE_NETSTACK", false), "whether test is running with --TESTONLY-save-restore-netstack")
61
+
isRunningWithSaveRestoreNetstack=flag.Bool("test-save-restore-netstack", BoolFromEnv("TEST_SAVE_RESTORE_NETSTACK", false), "whether test is running with --save-restore-netstack")
62
62
// TestEnvSupportsNetAdmin indicates whether a test sandbox can perform
63
63
// all net admin tasks. Note that some test environments cannot perform
64
64
// some tasks despite the presence of CAP_NET_ADMIN.
0 commit comments