test: add option extraTestScript
This allows extending tests.py.
This commit is contained in:
parent
2cf12d8765
commit
e61c743644
2 changed files with 6 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ name: testConfig:
|
|||
builtins.concatStringsSep "\n\n" [
|
||||
initData
|
||||
(builtins.readFile ./../tests.py)
|
||||
cfg.test.extraTestScript
|
||||
# Don't run tests in interactive mode.
|
||||
# is_interactive is set in ../run-tests.sh
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue