Changeset 1147
- Timestamp:
- 01/30/08 14:00:29 (7 months ago)
- Files:
-
- status/parse.pl (added)
- status/runbuild.pl (modified) (1 diff)
- status/templates (added)
- status/templates/tests.tt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
status/runbuild.pl
r1146 r1147 30 30 install_path=libdoc=$config{'libdoc'} \ 31 31 install_path=bindoc=$config{'bindoc'}"); 32 33 system("perl Build"); 34 system("perl Build test verbose=1 2>&1 > output.txt");
