Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail running test on macOS #42

Open
Neargye opened this issue Mar 14, 2018 · 0 comments
Open

Fail running test on macOS #42

Neargye opened this issue Mar 14, 2018 · 0 comments

Comments

@Neargye
Copy link

Neargye commented Mar 14, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant