Changeset 218 for tests

Timestamp:
Oct 9, 2009, 11:34:45 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

tests/process: Added support for QProcess::startDetached() ("d" and "dcd" commands).

Location:
tests/process
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/process/process/process.cpp

    r209 r218  
    219219            }
    220220        }
     221
     222
     223
     224
     225
     226
     227
     228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
    221244        else
    222245        {
  • tests/process/test/test.cpp

    r205 r218  
    2121#if 1
    2222
    23         sleep(3);
     23        sleep(3);
    2424        int rc = write(fileno(stdout), "test-test", 9);
    2525        fprintf(stderr, "rc=%d %s\n", rc, strerror(errno));
    26         sleep(3);
     26        sleep(3);
    2727        rc = write(fileno(stdout), "\nend", 4);
    2828        fprintf(stderr, "rc=%d %s\n", rc, strerror(errno));
    29         sleep(3);
     29        sleep(3);
    3030        return 0;
    3131
Note: See TracChangeset for help on using the changeset viewer.