Ensured exit status is set on failure
This commit is contained in:
parent
c901065b3a
commit
c952b980bb
4 changed files with 16 additions and 16 deletions
|
@ -25,7 +25,6 @@ import rife.bld.extension.kotlin.CompilerPlugin;
|
|||
import rife.tools.FileUtils;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.util.ArrayList;
|
||||
|
@ -93,7 +92,7 @@ class CompileKotlinOperationTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testExecute() throws IOException {
|
||||
void testExecute() throws Exception {
|
||||
var tmpDir = Files.createTempDirectory("bld-kotlin").toFile();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue