Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Expose test module output path #167

Closed lassemoldrup closed 1 month ago

lassemoldrup commented 2 months ago

Purpose

Addresses https://github.com/Concordium/concordium-rust-smart-contracts/issues/383.

Changes

When running integration tests the module output path is now exposed to the tests via the CARGO_CONCORDIUM_TEST_MODULE_OUTPUT_PATH environment variable.

Checklist