You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (Jira)" <ji...@apache.org> on 2020/11/11 11:32:00 UTC

[jira] [Created] (PROTON-2296) running ctest creates test sasl config artifacts in the source tree

Robbie Gemmell created PROTON-2296:
--------------------------------------

             Summary: running ctest creates test sasl config artifacts in the source tree
                 Key: PROTON-2296
                 URL: https://issues.apache.org/jira/browse/PROTON-2296
             Project: Qpid Proton
          Issue Type: Bug
          Components: build, proton-c
    Affects Versions: proton-c-0.33.0
            Reporter: Robbie Gemmell


Running ctest creates test sasl config artifacts in the source tree, that are then available to accidentally add to the git index:

 # Create build dir as a subdir fo repo checkout
 # Run cmake from the build dir
 # Source resulting config.sh
 # Run make and ctest
 # Observe git status

{noformat}
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
 (use "git add <file>..." to include in what will be committed)
 ../cpp/examples/sasl-conf/
 ../sasl_conf/
 ../tests/examples/sasl-conf/
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org