14 lines
464 B
TOML
14 lines
464 B
TOML
[mire]
|
|
# which folder to strore tests in
|
|
test_dir = "e2e"
|
|
|
|
[sandbox]
|
|
# home is where mire would drop you by default on record
|
|
home = "/home/test"
|
|
# read only paths from host, entry looks like "path on host:path on sanbox"
|
|
# paths on host are absolute or relative to repo root
|
|
mounts = []
|
|
# read only host paths to expose on PATH inside the sandbox as /tmp/mire/bin/<basename>
|
|
# paths on host can be absolute or relative to repo root
|
|
paths = []
|