1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Non verbose tests.

This commit is contained in:
Cedric Beust 2015-11-19 20:39:39 -08:00
parent 979dfe4714
commit ec6ef6c910

View file

@ -108,7 +108,7 @@ val kobalt = kotlinProject(wrapper) {
// } // }
test { test {
args("-log", "2", "src/test/resources/testng.xml") args("-log", "1", "src/test/resources/testng.xml")
} }
kotlinCompiler { kotlinCompiler {