Internal change.

PiperOrigin-RevId: 623830416
This commit is contained in:
gVisor bot
2024-04-11 08:14:14 -07:00
parent 4583d9fc47
commit 0c50496d1a
+1 -1
View File
@@ -26,7 +26,7 @@ def _packetdrill_test_impl(ctx):
transitive_files = depset()
if hasattr(ctx.attr._test_runner, "data_runfiles"):
transitive_files = ctx.attr._test_runner.data_runfiles.files
transitive_files = ctx.attr._test_runner[DefaultInfo].data_runfiles.files
runfiles = ctx.runfiles(
files = [test_runner] + ctx.files._init_script + ctx.files.scripts,
transitive_files = transitive_files,