DZ3 tests at this point may often be host specific and work only on the host DZ3 is being developed on. If a specific test breaks on your box, you have two options:
- Modify the test to fit your system. The problem is often caused a different path (for example,
/dev/ttyS0
instead of/dev/ttyUSB0
). If it is bigger than that, simply removing the test will help. - Skip tests altogether by running
mvn install -Dmaven.test.skip
instead ofmvn install
.
diff(1)
, if any, between the original test and yours, and output from the test run, so I can investigate your problem and fix it.
No comments:
Post a Comment