Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 801694 | Differences between
and this patch

Collapse All | Expand All

(-)a/eclass/java-utils-2.eclass (-1 / +1 lines)
Lines 1901-1907 etestng() { Link Here
1901
		${JAVA_TEST_RUNNER_EXTRA_ARGS[@]}
1901
		${JAVA_TEST_RUNNER_EXTRA_ARGS[@]}
1902
	)
1902
	)
1903
1903
1904
	[[ ! "${JAVA_TEST_RUNNER_EXTRA_ARGS[@]}" =~ "-usedefaultlisteners" ]] && args+=( -usedefaultlisteners false )
1904
	[[ ! "${JAVA_TEST_RUNNER_EXTRA_ARGS[@]}" =~ "-usedefaultlisteners" ]] && args+=( -verbose 3 -usedefaultlisteners true )
1905
1905
1906
	args+=( -testclass ${tests} )
1906
	args+=( -testclass ${tests} )
1907
1907

Return to bug 801694