daml-script: Switch integration-tests to the append-only-schema (#11149)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Hubert Slojewski 2021-10-07 10:18:29 +02:00 committed by GitHub
parent 265e36255c
commit b9e8eb81e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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"],
)

View File

@ -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"],
)