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 2703b36 commit b7c815aCopy full SHA for b7c815a
1 file changed
js/private/test/image/asserts.bzl
@@ -6,7 +6,7 @@ load("//js:defs.bzl", "js_image_layer")
6
# buildifier: disable=function-docstring
7
def assert_tar_listing(name, actual, expected):
8
# Either of these two file sizes may be observed on a file like /js/private/test/image/bin
9
- sanitize_cmd = "sed -E 's/239[0-9]{2}|24[0-9]{3}/xxxxx/g'"
+ sanitize_cmd = "sed -E 's/250[0-9]{2}|24[0-9]{3}/xxxxx/g'"
10
actual_listing = "_{}_listing".format(name)
11
native.genrule(
12
name = actual_listing,
0 commit comments