Cleaned the XSL style a bit.
This commit is contained in:
parent
b525325759
commit
cdc832d2b9
2 changed files with 69 additions and 71 deletions
|
@ -736,5 +736,5 @@ main(int argc, char *argv[])
|
|||
RunEnded(totalTestPassCount + totalTestfailureCount, suiteCounter,
|
||||
totalTestPassCount, totalTestfailureCount, time(0), totalRunTime);
|
||||
|
||||
return 0;
|
||||
return (totalTestfailureCount ? 1 : 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue