From b9e8eb81e885aa23989f4a7d03cc74077da7aa92 Mon Sep 17 00:00:00 2001 From: Hubert Slojewski Date: Thu, 7 Oct 2021 10:18:29 +0200 Subject: [PATCH] daml-script: Switch integration-tests to the append-only-schema (#11149) CHANGELOG_BEGIN CHANGELOG_END --- daml-script/export/integration-tests/export-lf-1.6/BUILD.bazel | 1 + daml-script/export/integration-tests/matches-docs/BUILD.bazel | 1 + 2 files changed, 2 insertions(+) diff --git a/daml-script/export/integration-tests/export-lf-1.6/BUILD.bazel b/daml-script/export/integration-tests/export-lf-1.6/BUILD.bazel index 7f63eb121af..5e66776dcca 100644 --- a/daml-script/export/integration-tests/export-lf-1.6/BUILD.bazel +++ b/daml-script/export/integration-tests/export-lf-1.6/BUILD.bazel @@ -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"], ) diff --git a/daml-script/export/integration-tests/matches-docs/BUILD.bazel b/daml-script/export/integration-tests/matches-docs/BUILD.bazel index b7da6717ddc..cf17e77fa46 100644 --- a/daml-script/export/integration-tests/matches-docs/BUILD.bazel +++ b/daml-script/export/integration-tests/matches-docs/BUILD.bazel @@ -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"], )