We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660ed9c commit d655ebfCopy full SHA for d655ebf
1 file changed
src/commands/RunCommand.cpp
@@ -572,7 +572,7 @@ namespace vix::commands::RunCommand
572
if (!handled && vix::cli::errors::RawLogDetectors::handleKnownRunFailure(log, testExe->string()))
573
handled = true;
574
575
- if (!handled)
+ if (!handled && !tr.printed_live)
576
std::cout << log << "\n";
577
}
578
@@ -656,7 +656,7 @@ namespace vix::commands::RunCommand
656
if (!handled && vix::cli::errors::RawLogDetectors::handleKnownRunFailure(log, exePath))
657
658
659
+ if (!handled && !rr.printed_live)
660
661
662
0 commit comments