Command execution failure does not show command
-----------------------------------------------
Key: ARQ-1719
URL:
https://issues.jboss.org/browse/ARQ-1719
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Spacelift
Affects Versions: spacelift_1.0.0.Alpha1
Reporter: Karel Piwko
Assignee: Karel Piwko
Fix For: spacelift_1.0.0.Alpha2
If command fails, it shows:
{code}
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 23.814 sec <<<
FAILURE! - in org.jboss.aerogearjs.crypto.AeroGearCryptoTestCase
aerogearCryptoTestSuite(org.jboss.aerogearjs.crypto.AeroGearCryptoTestCase) Time
elapsed: 0.046 sec <<< ERROR!
org.arquillian.spacelift.process.ProcessExecutionException: Invocation of
[Ljava.lang.String;@78c66962 failed with 1
{code}
This is useless, it should show real command.