IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 2:46:32 PM (22 years ago)
Author:
evanalst
Message:

Changed call to psAbort to system abort. Test harness should not be
dependent on what it is testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/psTest.c

    r575 r586  
    1717
    1818#include "psTest.h"
    19 #include "psAbort.h"
    2019
    2120#define HEADER_TOP    "/----------------------------- TESTPOINT ------------------------------------------\\\n"
     
    4746        exit(fcn());
    4847    } else if (child < 0) {
    49         psAbort(testPointFile,"Couldn't fork a process to run a negative test (%s|%s)", packageName,
    50                 testPointName);
     48        fprintf(fp,"Couldn't fork a process to run a negative test (%s|%s)", packageName, testPointName);
     49        abort();
    5150    }
    5251
Note: See TracChangeset for help on using the changeset viewer.