mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
"Make travis output test output" take 2
This commit is contained in:
@ -12,12 +12,9 @@ java {
|
||||
tasks {
|
||||
test {
|
||||
workingDir = file("../android/assets")
|
||||
testLogging.debug {
|
||||
testLogging.lifecycle {
|
||||
events(
|
||||
TestLogEvent.STARTED,
|
||||
TestLogEvent.FAILED,
|
||||
TestLogEvent.PASSED,
|
||||
TestLogEvent.SKIPPED,
|
||||
TestLogEvent.STANDARD_ERROR,
|
||||
TestLogEvent.STANDARD_OUT
|
||||
)
|
||||
|
@ -76,8 +76,6 @@ class BasicTests {
|
||||
|
||||
UncivGame.Current = UncivGame("")
|
||||
UncivGame.Current.settings = GameSettings().apply { language = "Italian" }
|
||||
val x = "+1 Gold, +2 Production".tr()
|
||||
print(x)
|
||||
}
|
||||
|
||||
// @Test // This should NOT run as part of the test suite!
|
||||
|
Reference in New Issue
Block a user