bazel-contrib / rules_bazel_integration_test

Rules and macros for executing integration tests that use Bazel. Supports running integration tests with multiple versions of Bazel.
Apache License 2.0
50 stars 10 forks source link

fix: do not fail if no results using GNU `xargs` #271

Closed cgrindel closed 10 months ago

cgrindel commented 10 months ago

Closes #189.

cgrindel commented 10 months ago

cc: @mingp @rickeylev

rickeylev commented 10 months ago

Thanks! This is some fun bash and shell scripting :sweat_smile: