test/v23tests: added an option to set prefix arguments

Sometimes, one might want to run the same command in a test repeatedly
with different tail arguments. e.g. git checkout a; git checkout b.
Add a method to configure command-specific prefx arguments (checkout
here) that would be added to each command invocation.

Change-Id: I9b5eb777fcf9435b58bac1d1d8f458e00c5aae98
2 files changed
tree: 8d67332f5465a445f1db7539b796b92136de097d
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.