Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Low Milestone-Release2.11

New issue 634 by [email protected]: make htest should depend on opcode generation
http://code.google.com/p/ganeti/issues/detail?id=634

What steps will reproduce the problem?
1. make clean
2. make test/hs/htest
3. ./test/hs/htest

What is the expected output? What do you see instead?

Some haskell tests fail due to the python opcodes and constants not being generated.

For example:

Runtime:
  LogFiles: [Failed]
python exited with error: Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "ganeti/constants.py", line 33, in <module>
    from ganeti._constants import *
ImportError: No module named _constants

Running a 'make' before 'make test/hs/htest' fixes the problem, but I think htest should have proper dependecy rather than requiring this extra step.

Please use labels and text to provide additional information.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to