Skip to content

Instantly share code, notes, and snippets.

@tanordheim
Created February 13, 2013 10:26
Show Gist options
  • Save tanordheim/4943668 to your computer and use it in GitHub Desktop.
Save tanordheim/4943668 to your computer and use it in GitHub Desktop.
maven install output
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.aesh.cl.BuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.jboss.aesh.cl.CommandLineFormatterTest
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec <<< FAILURE!
Running org.jboss.aesh.cl.CommandLineParserTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.cl.ParseCompleteObjectTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.cl.ParserGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.complete.CompleteOperationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.console.alias.AliasManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.jboss.aesh.console.alias.ConsoleAliasTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.jboss.aesh.console.BufferTest
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!
Running org.jboss.aesh.console.completion.CompletionConsoleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.jboss.aesh.console.ConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.jboss.aesh.console.ConsoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.console.masking.ConsoleMaskingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.console.operator.ControlOperatorParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.edit.EmacsModeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.jboss.aesh.edit.KeyMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.edit.KeyOperationManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.edit.ViModeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.jboss.aesh.history.HistoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.terminal.TerminalCharacterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.jboss.aesh.util.ParserTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Results :
Failed tests: testFormatter(org.jboss.aesh.cl.CommandLineFormatterTest): null expected:<...age: man [OPTION...][
testFormatter2(org.jboss.aesh.cl.CommandLineFormatterTest): null expected:<...age: man [OPTION...][
testMove(org.jboss.aesh.console.BufferTest): null expected:<[←[1D]> but was:<[]>
testPrintAnsi(org.jboss.aesh.console.BufferTest): null expected:<[←[J]> but was:<[]>
Tests run: 55, Failures: 4, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.483s
[INFO] Finished at: Wed Feb 13 11:24:54 CET 2013
[INFO] Final Memory: 15M/205M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project aesh: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Code\aesh\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment