You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by cm...@apache.org on 2018/12/14 01:11:08 UTC

[incubator-mxnet] 01/01: put back examples-home

This is an automated email from the ASF dual-hosted git repository.

cmeier pushed a commit to branch understanding-ci
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit b17b64730ce5ba08fde863f5c67ecce10b4fb112
Author: gigasquid <cm...@gigasquidsoftware.com>
AuthorDate: Thu Dec 13 20:10:39 2018 -0500

    put back examples-home
---
 contrib/clojure-package/integration-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/clojure-package/integration-tests.sh b/contrib/clojure-package/integration-tests.sh
index 216ffac..ece2163 100755
--- a/contrib/clojure-package/integration-tests.sh
+++ b/contrib/clojure-package/integration-tests.sh
@@ -24,7 +24,7 @@ cd ${MXNET_HOME}/contrib/clojure-package
 lein install
 
 # then run through all the examples 
-cd ${MXNET_HOME}/contrib/clojure-package/examples
+EXAMPLES_HOME=${MXNET_HOME}/contrib/clojure-package/examples
 for i in `find ${EXAMPLES_HOME} -name test` ; do
 cd ${i} && lein test
 done