Skip to content

Commit

Permalink
put back examples-home
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Dec 14, 2018
1 parent 6efbaac commit b17b647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/clojure-package/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b17b647

Please sign in to comment.