]
Ondrej Kotek updated WFLY-11752:
--------------------------------
Summary: testsuite/integration/elytron uses directly a jboss.dist dir when set instead
of its copy in the target dir (was: testsuite/integration/elytron uses directly a
jboss.dist dir instead of its copy in the target dir)
testsuite/integration/elytron uses directly a jboss.dist dir when set
instead of its copy in the target dir
-----------------------------------------------------------------------------------------------------------
Key: WFLY-11752
URL:
https://issues.jboss.org/browse/WFLY-11752
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 16.0.0.CR1
Reporter: Ondrej Kotek
Priority: Major
The {{testsuite/integration/elytron}} project uses directly a server distribution in the
{{jboss.dist}} directory instead of its copy in the {{target/wildfly}} directory. Hence
the distribution is customized with the {{modify-elytron-config.cli}} script.
As a result, when running the test suite in the elytron mode ({{-Delytron}}), the next
testing module ({{compat}}) fails.
It also brings difficulties when developing tests in the elytron test module itself.