We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91334 commit f79c051Copy full SHA for f79c051
ctriface/iface_test.go
@@ -45,6 +45,11 @@ var (
45
isWithCache = flag.Bool("withCache", false, "Do not drop the cache before measurements")
46
)
47
48
+func TestMain(m *testing.M) {
49
+ flag.Parse()
50
+ os.Exit(m.Run())
51
+}
52
+
53
func TestPauseSnapResume(t *testing.T) {
54
log.SetFormatter(&log.TextFormatter{
55
TimestampFormat: ctrdlog.RFC3339NanoFixed,
vhive.go
@@ -91,7 +91,6 @@ func main() {
91
return
92
}
93
94
-
95
if *isUPFEnabled && !*isSnapshotsEnabled {
96
log.Error("User-level page faults are not supported without snapshots")
97
0 commit comments