mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[KMTESTS:CC] Add a trace to identify failing tests
This commit is contained in:
parent
eca1aa87a4
commit
0b5c1503c4
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ PerformTest(
|
|||
|
||||
if (!skip(CcIsFileCached(TestFileObject) == TRUE, "CcInitializeCacheMap failed\n"))
|
||||
{
|
||||
trace("Starting test: %d\n", TestId);
|
||||
|
||||
if (TestId == 0 || TestId == 2)
|
||||
{
|
||||
Offset.QuadPart = 0;
|
||||
|
|
Loading…
Reference in a new issue