Skip to content

Commit 60e9fbd

Browse files
drernieclaude
andcommitted
Add s3-deep Makefile target for deeper outdir e2e test
Tests the outdir-aware packaging fix by using a sub-path (s3-test/deep-run) that extends past the package root, verifying README/summarize land inside the run subdirectory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 65e0ea9 commit 60e9fbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ s3-overlay: compile
9090
s3-test: compile
9191
$(NF_BIN) run ./main.nf --outdir "$(S3_BASE)/s3-test" --input "$(S3_BASE)/s3-in"
9292

93+
s3-deep: compile
94+
$(NF_BIN) run ./main.nf --outdir "$(S3_BASE)/s3-test/deep-run" --input "$(S3_BASE)/s3-in"
95+
9396
s3-in: compile
9497
$(NF_BIN) run ./main.nf -profile standard -plugins $(PROJECT) --outdir "$(TEST_URI)" --input "$(S3_BASE)/s3-in"
9598

0 commit comments

Comments
 (0)