redox/config/os-test.toml
2026-02-08 07:24:55 -07:00

23 lines
410 B
TOML

# Configuration for "os-test" testing
include = ["server.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 1024
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
os-test-bins = {} # Provides source and cross-compiled binaries
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
export RUST_BACKTRACE full
os-test-runner
shutdown
"""