maelstrom-software / maelstrom

Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
https://maelstrom-software.com/
Apache License 2.0
543 stars 11 forks source link

Add `--` flag to `maelstrom-go-test` to allowing passing of arbitrary arguments to the test binary #363

Closed nfachan closed 1 month ago

nfachan commented 1 month ago

Anything after -- should get passed to the test binaries. This is especially important with golang since they support reading these command-line flags from the tests.

Definition of Done

nfachan commented 1 month ago

Part of #319