larroy commented on a change in pull request #13046: [MXNET-1155] Add scala
packageTest utility
URL: https://github.com/apache/incubator-mxnet/pull/13046#discussion_r239778110
##########
File path: Makefile
##########
@@ -602,6 +602,14 @@ scalaclean:
(cd $(ROOTDIR)/scala-package; \
mvn clean -P$(SCALA_PKG_PROFILE),$(SCALA_VERSION_PROFILE))
+scalatestcompile:
+ (cd $(ROOTDIR)/scala-package; \
Review comment:
you might want to use && instead of ; in case the previous command fails.
```
pllarroy@186590d670bd:0:~$ false ; echo keep going
keep going
pllarroy@186590d670bd:0:~$ false && echo keep going
pllarroy@186590d670bd:1:~$
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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