Skip to content

Commit a2bc049

Browse files
committed
Display stdout messages of jackson Junit tests
1 parent ed20171 commit a2bc049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ object Build extends Build {
135135
name := "jackson-dataformat-msgpack",
136136
description := "Jackson extension that adds support for MessagePack",
137137
libraryDependencies ++= jacksonLib,
138-
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v")
138+
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v")
139139
)
140140
).dependsOn(msgpackCore)
141141

0 commit comments

Comments
 (0)