diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-20 09:51:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-20 09:51:01 +0200 |
commit | da89d944bbc3cca9fd36a4a360f94023134a9a8c (patch) | |
tree | 1c31738b128b0628ff2e82817e43df9f9461beb0 /tests/common.testscript | |
parent | ce29e3d72ded432b9ac9354ac92c588142de9b89 (diff) |
Initial implementation of config directive for project-specific configuration
Diffstat (limited to 'tests/common.testscript')
-rw-r--r-- | tests/common.testscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.testscript b/tests/common.testscript index b3f0393..9a8ecd8 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -34,6 +34,8 @@ EOI test.options += --no-default-options --serial-stop --quiet +# By default read stdin for the buildfile. +# if ($null($buildfile) || !$buildfile) test.options += --buildfile - end |