Skip to content

Fail running test on macOS #42

@Neargye

Description

@Neargye

System information:

  • macOS v10.13.3
  • Python 2.7.10
  • git version 2.16.2
  • Apple LLVM version 9.0.0 (clang-900.0.39.2)
    Target: x86_64-apple-darwin17.4.0
    Thread model: posix

Rin as:

python run.py --runner=terik23 --tag=develop --toolsets=darwin

Fail with:

# Running Boost.Build tests
Traceback (most recent call last):
  File "run.py", line 71, in <module>
    runner(root)
  File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 286, in init
    self.main()
  File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 623, in main
    getattr(self,action_m)()
  File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 588, in command_regression
    self.command_test()
  File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 367, in command_test
    self.command_test_boost_build()
  File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 409, in command_test_boost_build
    "boost/bin.v2/libs/any/test/any_test.test"));
OSError: [Errno 2] No such file or directory: '/Users/terik23/Desktop/boost_test/results/boost/bin.v2/libs/any/test/any_test.test'

I checked, and there really is no such directory

 ls /Users/terik23/Desktop/boost_test/results/boost/bin.v2/libs
compute  integer  math  stacktrace winapi
config  locale  multiprecision system
context  log  regex  thread

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions