Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 497 Bytes

Configure test-config.d

This directory can be used to override the default configuration from test-config.sh. Just create one or more files ending in .sh, set variables in those files and then those variables will override the defaults.

The files are sourced in a bash shell and thus can use arbitrary shell constructs like if/else/fi.

To set defaults that can still be overridden by environment variables, use this idiom:

: ${TEST_DEVICEMODE:=direct}