| | 6 | |
| | 7 | Cmake's dashboard is still failing the cvs test, but now it's a bit different than before: |
| | 8 | {{{ |
| | 9 | Test output |
| | 10 | |
| | 11 | Using CVS tools: |
| | 12 | cvs = /boot/common/bin/cvs |
| | 13 | Creating test directory... |
| | 14 | Creating repository... |
| | 15 | Importing content... |
| | 16 | Checking out revision 1... |
| | 17 | Changing content... |
| | 18 | Committing revision 2... |
| | 19 | CMake Error at CTestUpdateCommon.cmake:13 (message): |
| | 20 | Child failed. Output is |
| | 21 | |
| | 22 | cvs [commit aborted]: 'root' is not allowed to commit files |
| | 23 | |
| | 24 | Call Stack (most recent call first): |
| | 25 | CTestUpdateCVS.cmake:73 (run_child) |
| | 26 | |
| | 27 | |
| | 28 | }}} |
| | 29 | |
| | 30 | So now we just need to figure out how to fix this one... Note that make check also fails this same test. |