1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

Adjust Meson NewManuanNinjaTest

- test sometimes is printing extra info like level of ninja found

Change-Id: I2622f79bfc8320a8bd2bf0f6b7a8fe3bb73de55f
This commit is contained in:
Jeff Johnston 2018-04-16 16:18:00 -04:00
parent 2e99babe5b
commit 103f4cba4c

View file

@ -158,13 +158,13 @@ public class NewManualNinjaTest {
String[] lines = new String[0];
while (lines.length < 12) {
while (lines.length < 15) {
String output = console.bot().styledText().getText();
lines = output.split("\\r?\\n"); //$NON-NLS-1$
bot.sleep(2000);
}
bot.sleep(2000);
bot.sleep(3000);
assertEquals("Building in: " + projectPath + "/build/default", lines[0]);
assertEquals("The Meson build system", lines[2]);