mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[junit] Exit run test until success with "success" exit code
GitOrigin-RevId: 5c2e2080cc93d4d13f3956db01ce60ccef1f59b0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ae3f050974
commit
6e93b37503
@@ -36,7 +36,7 @@ public final class TestsRepeater {
|
||||
return -1;
|
||||
}
|
||||
if (count == -3 && result == 0) {
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user