mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
* regtests/shared/regtests.c: Mark test name with |. svn path=/trunk/; revision=10597
This commit is contained in:
parent
ab33683488
commit
4989d6438f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
|
* regtests/shared/regtests.c: Mark test name with |.
|
||||||
|
|
||||||
2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
* Makefile: Depend on roscfg.h.
|
* Makefile: Depend on roscfg.h.
|
||||||
|
|
|
@ -83,11 +83,11 @@ PerformTest(TestOutputRoutine OutputRoutine, PROS_TEST Test, LPSTR TestName)
|
||||||
|
|
||||||
if (Result != TS_OK)
|
if (Result != TS_OK)
|
||||||
{
|
{
|
||||||
sprintf(OutputBuffer, "ROSREGTEST: (%s) Status: Failed (%s)\n", Name, Buffer);
|
sprintf(OutputBuffer, "ROSREGTEST: |%s| Status: Failed (%s)\n", Name, Buffer);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sprintf(OutputBuffer, "ROSREGTEST: (%s) Status: Success\n", Name);
|
sprintf(OutputBuffer, "ROSREGTEST: |%s| Status: Success\n", Name);
|
||||||
}
|
}
|
||||||
if (OutputRoutine != NULL)
|
if (OutputRoutine != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue