mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-17 11:19:48 +08:00
Fix test runner behaviour when test fails
This commit is contained in:
parent
730d3f3070
commit
ec3b88f77a
@ -127,13 +127,11 @@ class TestRunner {
|
||||
}
|
||||
}
|
||||
run.getCallback().error(new AssertionError(exception + "\n" + stack));
|
||||
run.getCallback().complete();
|
||||
break;
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
run.getCallback().error(e);
|
||||
run.getCallback().complete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user