Commit e49bfc71 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

run.sh: set mvn log level to warning.

parent 44e94c4f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ SERVER_COOKIE=c250b8563484ac9e4b29201c593c1ea77cb3b80fb89a91873b3379b1049c3fdc36
SERVER_SERVICE=benchserver_eknife

compile() {
	mvn -Dencoding=UTF-8 -Djinterface.version=1.13.1 clean compile test-compile
	mvn -Dencoding=UTF-8 -Djinterface.version=1.13.1 \
	  -Dorg.slf4j.simpleLogger.defaultLogLevel=warn \
	  clean compile test-compile
}

run() {