blackleg commented on a change in pull request #1748: [TRAVIS] Refactor GRAALVM tests URL: https://github.com/apache/netbeans/pull/1748#discussion_r363030335
########## File path: nbbuild/travis/scripting.sh ########## @@ -28,24 +28,15 @@ if [ -z "$GRAALVM" ]; then GRAALVM=`pwd`/$BASE fi -# test on regular VM - -ant -f platform/api.scripting/build.xml test -ant -f ide/libs.graalsdk/build.xml test -ant -f webcommon/libs.graaljs/build.xml test -ant -f platform/core.network/build.xml test -ant -f profiler/profiler.oql/build.xml test -ant -f platform/api.htmlui/build.xml test - $GRAALVM/bin/gu install python $GRAALVM/bin/gu install R -# test on GraalVM +# Test on GraalVM JAVA_HOME=$GRAALVM ant -f platform/api.scripting/build.xml test JAVA_HOME=$GRAALVM ant -f ide/libs.graalsdk/build.xml test -JAVA_HOME=$GRAALVM ant -f platform/core.network/build.xml test +#JAVA_HOME=$GRAALVM ant -f platform/core.network/build.xml test Review comment: Problems with `core.network` module tests and Travis env were fixed in this pull request: https://github.com/apache/netbeans/pull/1835 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
