Julia: Base.runtests() fails due to lack of tests for .DS_Store

Created on 6 Jun 2018  路  1Comment  路  Source: JuliaLang/julia

I haven't made any changes to installed Julia files, and yet:

julia> Base.runtests()
ERROR: LoadError: did not find test files for the following tests: .DS_Store
Stacktrace:
 [1] error(::String, ::String) at ./error.jl:42
 [2] top-level scope at /Users/jgoldfar/Public/julia/usr/share/julia/test/runtests.jl:37
 [3] include at ./boot.jl:314 [inlined]
 [4] include_relative(::Module, ::String) at ./loading.jl:1071
 [5] include(::Module, ::String) at ./sysimg.jl:29
 [6] exec_options(::Base.JLOptions) at ./client.jl:267
 [7] _start() at ./client.jl:427
in expression starting at /Users/jgoldfar/Public/julia/usr/share/julia/test/runtests.jl:37
ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues)
including error messages above and the output of versioninfo():
Julia Version 0.7.0-alpha.0
Commit 22590d529d (2018-05-31 00:07 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin16.7.0)
  CPU: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)

Apparently, something in choosetests.jl is picking up the .DS_Store file. I'm looking into fixing this (admittedly minor) issue...

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings