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

iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new 162044b  try a failed test, make sure CI fail.
162044b is described below

commit 162044b0c015682965403afa6f4ab5225ed80a67
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Tue Jan 22 21:53:38 2019 +0800

    try a failed test, make sure CI fail.
---
 julia/test/runtests.jl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/julia/test/runtests.jl b/julia/test/runtests.jl
index 4e5f273..2b95939 100644
--- a/julia/test/runtests.jl
+++ b/julia/test/runtests.jl
@@ -32,6 +32,8 @@ end
 
 @info "libmxnet version => $(mx.LIB_VERSION[])"
 
+@test 1 == 2
+
 const BASEDIR = joinpath(@__DIR__, "..")
 
 include(joinpath(@__DIR__, "common.jl"))

Reply via email to