We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaebfd commit a7dad31Copy full SHA for a7dad31
test/examples.jl
@@ -38,13 +38,16 @@ include(joinpath(dir, "queens.jl"))
38
# Different cluster managers do not play well together. Since
39
# the test infrastructure already uses LocalManager, we will test the simple
40
# cluster manager example through a new Julia session.
41
+
42
+#=
43
@unix_only begin
44
script = joinpath(dir, "clustermanager/simple/test_simple.jl")
45
cmd = `$(joinpath(JULIA_HOME,Base.julia_exename())) $script`
46
if !success(cmd) && ccall(:jl_running_on_valgrind,Cint,()) == 0
47
error("UnixDomainCM failed test, cmd : $cmd")
48
end
49
50
+=#
51
52
# At least make sure code loads
53
include(joinpath(dir, "plife.jl"))
0 commit comments