Skip to content

Commit

Permalink
Add verbose to show more information for SCC CML test
Browse files Browse the repository at this point in the history
issue eclipse-openj9#20493

Signed-off-by: Hang Shao <[email protected]>
  • Loading branch information
hangshao0 authored and ThanHenderson committed Nov 25, 2024
1 parent a2e5ad1 commit 7afc642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
</test>

<test id="Test 4 - d: Build a new cache with -Xnolinenumbers and mprotect=all" timeout="600" runPath=".">
<command>$JAVA_EXE$ -Xnolinenumbers $currentMode$,reset,mprotect=all -version</command>
<command>$JAVA_EXE$ -Xnolinenumbers $currentMode$,reset,mprotect=all,verbose -version</command>
<output type="success" caseSensitive="no" regex="yes" javaUtilPattern="yes">(java|openjdk|semeru) version</output>
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
Expand Down

0 comments on commit 7afc642

Please sign in to comment.