You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... snip ...
│ Installing test environment
│ ✔ Successfully updated the test environment
│ Testing commands:
│ + test -f subdirectory/file
│ × error Script failed with status 1
│ × error Work directory: '/tmp/.tmpPel2kW'
│ × error To debug the build, run it manually in the work directory (execute the `./conda_build.sh` or `conda_build.bat` script)
│
╰─────────────────── (took 1 second)
Expected Result
subdirectory's content to be copied into the test work directory and the build passes.
Actual Result
Build fails.
Workaround is possible: append a / to the path in the recipe.yaml i.e
tests:
- files:
source:
- subdirectory/
tested on rattler-build 0.35.9
The text was updated successfully, but these errors were encountered:
Found this discrepency between how
rattler-build
andconda build
handle file paths specified as test-time source dependencies.recipe.yaml
source tree
rattler-build build --recipe recipe.yaml --output-dir /some/other/place
Expected Result
subdirectory
's content to be copied into the test work directory and the build passes.Actual Result
Build fails.
Workaround is possible: append a
/
to the path in therecipe.yaml
i.etested on rattler-build 0.35.9
The text was updated successfully, but these errors were encountered: