Skip to content

Commit d002514

Browse files
committed
native-graalvm: Show output of seltest while running with agent
... because the selftest may fail, and without an output that wouldn't be actionable.
1 parent f7bc7ed commit d002514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junixsocket-native-graalvm/bin/build-selftest

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ echo Running junixsocket-selftest with GraalVM native-image-agent...
104104
(
105105
set -x
106106
java -agentlib:native-image-agent=config-output-dir=${tmpDir}/native-image.{pid} \
107-
${selftestArgs[@]} org.newsclub.net.unix.selftest.Selftest >/dev/null
107+
${selftestArgs[@]} org.newsclub.net.unix.selftest.Selftest
108108
)
109109

110110
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)