Changeset 586
- Timestamp:
- May 5, 2004, 2:46:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/psTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/psTest.c
r575 r586 17 17 18 18 #include "psTest.h" 19 #include "psAbort.h"20 19 21 20 #define HEADER_TOP "/----------------------------- TESTPOINT ------------------------------------------\\\n" … … 47 46 exit(fcn()); 48 47 } 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(); 51 50 } 52 51
Note:
See TracChangeset
for help on using the changeset viewer.
