prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
185 stars 38 forks source link

fix: fix a serialization issue where a single-line script and cwd are set #946

Closed wolfv closed 2 months ago

wolfv commented 2 months ago

I overlooked a condition where we have a simple (single-line) script and a cwd (as injected by the test serialization.

Under these conditions, we did not render out the cwd and thus the test execution stopped working.

This PR has the fix.