Fix: displays msg if passed for custom command
This commit is contained in:
parent
a2fe7601f0
commit
f632d20b64
@ -121,9 +121,13 @@ int main()
|
|||||||
{
|
{
|
||||||
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Passed("Find and remove " BINARY_DIR "/postbuild.txt (created as a post-build custom command for the shared lib).");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Passed:" << passed << "\n";
|
std::cout << "Passed: " << passed << "\n";
|
||||||
if(failed)
|
if(failed)
|
||||||
{
|
{
|
||||||
std::cout << "Failed: " << failed << "\n";
|
std::cout << "Failed: " << failed << "\n";
|
||||||
|
@ -121,9 +121,13 @@ int main()
|
|||||||
{
|
{
|
||||||
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Passed("Find and remove " BINARY_DIR "/postbuild.txt (created as a post-build custom command for the shared lib).");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Passed:" << passed << "\n";
|
std::cout << "Passed: " << passed << "\n";
|
||||||
if(failed)
|
if(failed)
|
||||||
{
|
{
|
||||||
std::cout << "Failed: " << failed << "\n";
|
std::cout << "Failed: " << failed << "\n";
|
||||||
|
@ -121,9 +121,13 @@ int main()
|
|||||||
{
|
{
|
||||||
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
Failed("Unable to remove " BINARY_DIR "/postbuild.txt (does not imply that this test failed, but it *will* be corrupted thereafter if this file is not removed).");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Passed("Find and remove " BINARY_DIR "/postbuild.txt (created as a post-build custom command for the shared lib).");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Passed:" << passed << "\n";
|
std::cout << "Passed: " << passed << "\n";
|
||||||
if(failed)
|
if(failed)
|
||||||
{
|
{
|
||||||
std::cout << "Failed: " << failed << "\n";
|
std::cout << "Failed: " << failed << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user