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:
parent
2e99babe5b
commit
103f4cba4c
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue