Skip to content
Closed

debug #4555

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/nerdctl/container/container_run_soci_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestRunSoci(t *testing.T) {
}

testCase.Command = func(data test.Data, helpers test.Helpers) test.TestableCommand {
t.Log("DEBUG: Executing command: nerdctl --snapshotter=soci run --rm", testutil.FfmpegSociImage)
return helpers.Command("--snapshotter=soci", "run", "--rm", testutil.FfmpegSociImage)
}

Expand All @@ -64,6 +65,7 @@ func TestRunSoci(t *testing.T) {
Output: func(stdout string, t tig.T) {
var afterCount int
beforeCount, _ := strconv.Atoi(data.Labels().Get("beforeCount"))
t.Log("DEBUG: Command stdout:", stdout)

helpers.Custom("mount").Run(&test.Expected{
Output: func(stdout string, t tig.T) {
Expand Down
Loading