Cleaned the XSL style a bit.

This commit is contained in:
Markus Kauppila 2011-06-30 16:08:37 +03:00
parent b525325759
commit cdc832d2b9
2 changed files with 69 additions and 71 deletions

View file

@ -736,5 +736,5 @@ main(int argc, char *argv[])
RunEnded(totalTestPassCount + totalTestfailureCount, suiteCounter,
totalTestPassCount, totalTestfailureCount, time(0), totalRunTime);
return 0;
return (totalTestfailureCount ? 1 : 0);
}