Opened 10 years ago
Closed 10 years ago
#756 closed defect (fixed)
yat-pc-check is not working in parallel build
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.10.3 |
Component: | build | Version: | 0.10.1 |
Keywords: | Cc: |
Description
The reason is that the test removes files, reruns configure, and runs make in the current directory. All this is fine as long as there is no more in the room, but if another make process is working in the same directory, thing will go havoc rather soon.
We should either run the test in a separate directory (a la distcheck) or scrap the test altogether.
Note: See
TracTickets for help on using
tickets.
fixed in [3022]