Bunch of little fixes.
This commit is contained in:
parent
d0e9372d99
commit
48bcede0dc
13 changed files with 45 additions and 74 deletions
|
@ -516,8 +516,8 @@ HandleChildProcessReturnValue(int stat_lock)
|
|||
returnValue = WEXITSTATUS(stat_lock);
|
||||
} else if(WIFSIGNALED(stat_lock)) {
|
||||
int signal = WTERMSIG(stat_lock);
|
||||
// \todo add this to logger
|
||||
//fprintf(stderr, "FAILURE: test was aborted due to signal no %d\n", signal);
|
||||
// \todo add this to logger (add signal number)
|
||||
Log("FAILURE: test was aborted due to signal\n", time(0));
|
||||
returnValue = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue