mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
daml-script: Switch integration-tests to the append-only-schema (#11149)
CHANGELOG_BEGIN CHANGELOG_END
This commit is contained in:
parent
265e36255c
commit
b9e8eb81e8
@ -65,6 +65,7 @@ client_server_build(
|
||||
"--ledgerid=lf16-export-ledger",
|
||||
"--port=0",
|
||||
"--port-file=%PORT_FILE%",
|
||||
"--enable-append-only-schema",
|
||||
],
|
||||
server_files = ["lf16.build"],
|
||||
)
|
||||
|
@ -53,6 +53,7 @@ client_server_build(
|
||||
server_args = [
|
||||
"--port=0",
|
||||
"--port-file=%PORT_FILE%",
|
||||
"--enable-append-only-schema",
|
||||
],
|
||||
server_files = ["//daml-script/test:script-test.dar"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user