Skip to content
Snippets Groups Projects
Commit ce21c232 authored by apvrille's avatar apvrille
Browse files

Build facility for TTool tests

parent e32be382
No related branches found
No related tags found
No related merge requests found
...@@ -823,12 +823,7 @@ public class OptimizationModel { ...@@ -823,12 +823,7 @@ public class OptimizationModel {
} }
class TestFailedException extends Exception {
public TestFailedException() {
super("Check FAILED");
}
}
} }
...@@ -57,5 +57,5 @@ jar { ...@@ -57,5 +57,5 @@ jar {
mainClassName = 'Main' mainClassName = 'Main'
test { test {
testLogging.showStandardStreams = true testLogging.showStandardStreams = false
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment