$ ./julia -e 'versioninfo()'
Julia Version 0.3.0-prerelease+3206
Commit 8eb9780* (2014-05-25 12:03 UTC)
Platform Info:
System: Linux (i686-redhat-linux)
CPU: Genuine Intel(R) CPU T2250 @ 1.73GHz
WORD_SIZE: 32
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY)
LAPACK: libopenblas
LIBM: libopenlibm
$ ./julia -E 'Pkg.installed("Color")'
v"0.2.9+"
$ ./julia -E 'Pkg.test("Color")'
INFO: Testing Color
ERROR: assertion failed: abs(dexpect - colordiff(LAB(a...),LAB(b...))) < eps
in anonymous at no file:50
in include_from_node1 at loading.jl:128
while loading /home/rick/.julia/v0.3/Color/test/colordiff.jl, in expression starting on line 49
while loading /home/rick/.julia/v0.3/Color/test/runtests.jl, in expression starting on line 1
================================[ ERROR: Color ]================================
failed process: Process(`/usr/local/src/julia/julia/usr/bin/julia /home/rick/.julia/v0.3/Color/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
INFO: No packages to install, update or remove
ERROR: Color had test errors
in error at error.jl:21
in test at pkg/entry.jl:705
in anonymous at pkg/dir.jl:28
in cd at file.jl:20
in cd at pkg/dir.jl:28
in test at pkg.jl:67