< prev index next >

jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh

Print this page

        

*** 107,117 **** failures=0 go() { echo '' ! sh -xc "$JAVA ${TESTVMOPTS} -XaddExports:java.base/sun.nio.ch=ALL-UNNAMED $DFLAG \ $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi } # Run the tests --- 107,117 ---- failures=0 go() { echo '' ! sh -xc "$JAVA ${TESTVMOPTS} --add-exports java.base/sun.nio.ch=ALL-UNNAMED $DFLAG \ $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi } # Run the tests
< prev index next >