- Timestamp:
- Oct 9, 2009, 11:34:45 PM (16 years ago)
- Location:
- tests/process
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/process/process.cpp
r209 r218 219 219 } 220 220 } 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 221 244 else 222 245 { -
tests/process/test/test.cpp
r205 r218 21 21 #if 1 22 22 23 sleep(3);23 sleep(3); 24 24 int rc = write(fileno(stdout), "test-test", 9); 25 25 fprintf(stderr, "rc=%d %s\n", rc, strerror(errno)); 26 sleep(3);26 sleep(3); 27 27 rc = write(fileno(stdout), "\nend", 4); 28 28 fprintf(stderr, "rc=%d %s\n", rc, strerror(errno)); 29 sleep(3);29 sleep(3); 30 30 return 0; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.