diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-28 20:52:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-29 12:02:09 +0300 |
commit | 58f670091484110b807b669421dbc872d214ecf0 (patch) | |
tree | f60a3d77f7ddc61324208945597dc965786b9e84 /tests/integration/testscript | |
parent | 3cd2376c740930d56849ce79e6b34643d69b5197 (diff) |
Print auxiliary environment in interactive user prompt
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 93a6807..988859f 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -472,6 +472,18 @@ rfp = yes #interactive="interactive: b.test-installed.configure" #interactive="interactive: warning" +#\ +aux_env = 'auxiliary-environment: +\ +# x86_64-linux_debian_12-postgresql_15 +# +DATABASE_HOST=10.0.213.126 +DATABASE_PORT=5432 +DATABASE_USER=test +DATABASE_NAME=test +\ +' +#\ +cat <<"EOI" >=task : 1 @@ -484,7 +496,8 @@ rfp = yes $tests machine: $machine target: $target - config: $config + $aux_env + target-config: $config $package_config $interactive $host |