Skip to content

Commit

Permalink
TestProcessExecutor: fixed application of CheckOptions::quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 5, 2023
1 parent 05bda94 commit 497b8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testprocessexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TestProcessExecutorBase : public TestFixture {
Settings s = settings;
s.jobs = jobs;
s.showtime = opt.showtime;
settings.quiet = opt.quiet;
s.quiet = opt.quiet;
if (opt.plistOutput)
s.plistOutput = opt.plistOutput;

Expand Down

0 comments on commit 497b8e3

Please sign in to comment.