[
https://issues.apache.org/jira/browse/DAFFODIL-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2707.
-----------------------------------
Verified the specified commit (commit 1a0954a7b67bbe6c18b9396a8ac38f952b57355f
) is included in the latest pull from the daffodil repository.
Using the specified steps to reproduce the issue, verified that the Integration
and CLI tests pass with spaces in the DAFFODIL_HOME path.
Rolled the commit to the commit prior to the specified fix commit and verified
that the Integration and CLI tests fail.
> Integration tests fail when DAFFODIL_HOME path includes spaces
> --------------------------------------------------------------
>
> Key: DAFFODIL-2707
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2707
> Project: Daffodil
> Issue Type: Bug
> Components: QA
> Affects Versions: 3.3.0
> Reporter: Steve Lawrence
> Priority: Minor
> Labels: beginner
> Fix For: 3.5.1
>
>
> Steps to reproduce
> {code:bash}
> export DAFFODIL_HOME="/tmp/path with spaces"
> mkdir "$DAFFODIL_HOME"
> cd "$DAFFODIL_HOME"
> git clone https://github.com/apache/daffodil.git
> cd daffodil
> sbt IntegrationTest/test
> {code}
> Note that if the path to your daffodil repo path has spaces but you don't set
> DAFFODIL_HOME, then tests work correctly. Unfortunately, sometimes this is
> required, like when using certain IDE's.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)