Overview
Comment: | Corrected example in test.tcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2c31ced898084e463ecc1f1dc991e353 |
User & Date: | rkeene on 2012-09-09 21:25:54 |
Other Links: | manifest | tags |
Context
2012-09-15
| ||
06:44 | Updated to check return value of waitpid() check-in: 316b02041a user: rkeene tags: trunk | |
2012-09-09
| ||
21:25 | Corrected example in test.tcl check-in: 2c31ced898 user: rkeene tags: trunk | |
21:25 | Updated to allow (and require) user to specify timeout check-in: 227c179b06 user: rkeene tags: trunk | |
Changes
Modified initrd/admin-tclkit/kitcreator-modules/system/test.tcl from [97fe9fd63b] to [7fb0b14e6d].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | #! /usr/bin/env tclsh puts [exec ./build-dyn.sh] load ./system.so |
︙ |