Skip to content

Commit 25eac03

Browse files
committed
Use env var to evaluate nf-test workDir
1 parent 61b36d8 commit 25eac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf-test.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ config {
33
testsDir "."
44

55
// nf-test directory used to create temporary files for each test
6-
workDir "nf-test"
6+
workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"
77

88
// Location of an optional nextflow.config file specific for executing pipeline tests
99
configFile "tests/nextflow.config"

0 commit comments

Comments
 (0)