mirror of
https://github.com/rife2/bld
synced 2026-02-04 01:03:42 +01:00
Test tweak to include check result for recently failing test
This commit is contained in:
parent
8c21c2f909
commit
d52551f3b7
|
|
@ -546,7 +546,7 @@ public class TestCreateRife2Operation {
|
|||
executor.schedule(() -> run_operation.process().destroy(), 2, TimeUnit.SECONDS);
|
||||
assertThrows(ExitStatusException.class, run_operation::execute);
|
||||
|
||||
assertTrue(check_result.toString().contains("<p>Hello World Myapp</p>"));
|
||||
assertTrue(check_result.toString().contains("<p>Hello World Myapp</p>"), check_result.toString());
|
||||
} finally {
|
||||
FileUtils.deleteDirectory(tmp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue