| 495 | === debugging slvmon results === |
| 496 | |
| 497 | The return code from {{{installation/trunk/dybinst/scripts/slvmon.py}}} records the |
| 498 | number of test failures discerned from the xml logfiles written by the slave. |
| 499 | |
| 500 | If you are surprised by this return code and resulting renamed directory then |
| 501 | debug the issue by turning up the debug ... |
| 502 | {{{ |
| 503 | cd /dybinst/export/dir |
| 504 | python installation/trunk/dybinst/scripts/slvmon.py dybinst/4059_9542 -l DEBUG |
| 505 | |
| 506 | cd /dybinst/export/dir/opt |
| 507 | python installation/trunk/dybinst/scripts/slvmon.py opt.dybinst/4059_9542 -l DEBUG |
| 508 | }}} |
| 509 | |
| 510 | The single required argument needed is the '''BUILD_SLUG''' which identifies the configuration, build number and revision. |
| 511 | |
| 512 | |