Fix version parser (jenkins)
This commit is contained in:
parent
6dd250259c
commit
59c1ef8fc1
@ -32,7 +32,12 @@ namespace Components
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("%s", buffer);
|
||||
// Only print to stdout, when doing unit tests
|
||||
if (Loader::PerformingUnitTests())
|
||||
{
|
||||
printf("%s", buffer);
|
||||
}
|
||||
|
||||
OutputDebugStringA(buffer);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user