Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding `"$@"` to bats test wrapper script. * This passes through any arguments given to the wrapper script from the command line. * Compatible with Bazel's `--test_arg`. * Allows passing Bats arguments to tests, like `--count`, `--filter`, etc. * Arguments added to bats arguments after `{bats_args}` to allow precedence/overriding target defined arguments with CLI arguments (where compatible). * If no CLI arguments are passed, this is noop.
- Loading branch information