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: test/e2e/build_test.go
+23
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ package integration
4
4
5
5
import (
6
6
"bytes"
7
+
"errors"
7
8
"fmt"
9
+
"io/fs"
8
10
"os"
9
11
"os/exec"
10
12
"path/filepath"
@@ -972,4 +974,25 @@ RUN ls /dev/test1`, CITEST_IMAGE)
972
974
session.WaitWithDefaultTimeout()
973
975
Expect(session).Should(ExitWithError(1, `building at STEP "RUN --mount=type=cache,target=/test,z cat /test/world": while running runtime: exit status 1`))
0 commit comments