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

Verbose test run.

This commit is contained in:
Cedric Beust 2016-02-20 11:42:50 -08:00
parent 83e0432631
commit 38a178ec9d

View file

@ -161,7 +161,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
}
test {
args("-log", "1", "src/test/resources/testng.xml")
args("-log", "2", "src/test/resources/testng.xml")
}
}