keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
65 stars 13 forks source link

Support change-dir before calling a command #14

Closed aherrmann closed 1 year ago

aherrmann commented 1 year ago

Closes #13

Changes the bash script generated by command to look up the target executable in the runfiles. Adds a test-case that executes a command passed as an argument after changing directory.

keith commented 1 year ago

Thanks!