Always expect executable to be available in pde.build.tests#1841
Always expect executable to be available in pde.build.tests#1841HannesWell merged 1 commit intoeclipse-pde:masterfrom
Conversation
7e913bf to
10d9001
Compare
b2c8cbd to
098abe0
Compare
HannesWell
left a comment
There was a problem hiding this comment.
With eclipse-tycho/tycho#5151 installed, this now passes locally.
I just had to disable one test-case for verification builds.
We just have to await until it is available in the Tycho 5 snapshot.
| // In verification builds this file is currently not created. TODO: Fix this! | ||
| assumeTrue(Files.exists(iniFile.getLocation().toPath())); |
There was a problem hiding this comment.
Somehow this ini file is not created properly in the verification test setup.
This was not noticed before because the failure to find the executable disabled the test entirely.
fe58fb3 to
1aae887
Compare
1aae887 to
9cc11a4
Compare
and fix look-up of executable in verification tests. Also apply minor simplifications to org.eclipse.pde.build.tests\pom.xml.
9cc11a4 to
2814f95
Compare
|
Looks like this broke the I-Build tests: Probably the assumption that the last part of the stack search is only used in verification builds was wrong and having both paths searched hopefully fixes it again. |
No description provided.