Skip to content

Commit 687e109

Browse files
committed
debug
Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 2db28f3 commit 687e109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/container/container_run_soci_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func TestRunSoci(t *testing.T) {
5656
}
5757

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

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

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

0 commit comments

Comments
 (0)