Replies: 3 comments
-
According to the log output you messed up the version:
please note the Also different test can require additional parameters, so it is often useful to look at the file that includes the test (e.g. searching for |
Beta Was this translation helpful? Give feedback.
-
Looks like this was a "windows thing". The same build command works fine if I do it under Linux. |
Beta Was this translation helpful? Give feedback.
-
Thanks @laeubi |
Beta Was this translation helpful? Give feedback.
-
https://github.com/eclipse-tycho/tycho/blob/master/CONTRIBUTING.md#writing-tycho-integration-tests describes how to add and run an integration test.
This seems not to work, for example:
1.) Switch to git\tycho\tycho-its\projects\target.usefile
2.) Run build as described in the readme, e.g.
mvn clean verify -Dtycho-version=3.0.4
--> fails with the following:
Beta Was this translation helpful? Give feedback.
All reactions