gvisor/test/packetimpact/runner
Tamir Duberstein 418db67e2f Update build rule to appease deprecation
Before this change, running packetimpact tests produces:

  parameter 'direct' must contain a list of elements, and may no longer
  accept a depset. The deprecated behavior may be temporarily re-enabled
  by setting --incompatible_disable_depset_inputs=false

The positional parameter to depset has been changed to mean `direct`
rather than its previous meaning of `items`. The documentation[0]
explains:

  A positional parameter distinct from other parameters for legacy
  support.

  If --incompatible_disable_depset_items is false, this parameter
  serves as the value of items.

  If --incompatible_disable_depset_items is true, this parameter
  serves as the value of direct.

  See the documentation for these parameters for more details.

[0] https://docs.bazel.build/versions/master/skylark/lib/globals.html

PiperOrigin-RevId: 319555138
2020-07-03 17:43:09 -07:00
..
BUILD Automated rollback of changelist 311424257 2020-05-26 17:40:57 -07:00
defs.bzl Update build rule to appease deprecation 2020-07-03 17:43:09 -07:00
packetimpact_test.go Fix two bugs in TCP sender. 2020-06-30 23:56:34 -07:00