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.
2 parents d6f6107 + 54af66f commit f202b80Copy full SHA for f202b80
internal/modifier/discover_test.go
@@ -78,12 +78,14 @@ func TestDiscoverModifier(t *testing.T) {
78
{
79
Path: "/hook/a",
80
Args: []string{"/hook/a", "arga"},
81
+ Env: []string{"NVIDIA_CTK_DEBUG=false"},
82
},
83
84
CreateContainer: []specs.Hook{
85
86
Path: "/hook/b",
87
Args: []string{"/hook/b", "argb"},
88
89
90
91
@@ -123,6 +125,7 @@ func TestDiscoverModifier(t *testing.T) {
123
125
124
126
127
128
129
130
131
0 commit comments