diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-18 09:53:46 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2022-08-05 14:41:31 +0200 |
commit | a23aa232645364b2403f380c9e2bb50edf617cb0 (patch) | |
tree | 7b917f4fc085236b3f6fdc90a7737fd02b6bfca6 /test/buildtool/execution_engine/executor | |
parent | c0422f390f9f30b7cc470a814e209bedc7e87f1a (diff) | |
download | justbuild-a23aa232645364b2403f380c9e2bb50edf617cb0.tar.gz |
CLI: Add flag for dumping raw tree objects
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rwxr-xr-x | test/buildtool/execution_engine/executor/executor.test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 0ffe5e4d..1a9b90b2 100755 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -126,8 +126,8 @@ class TestApi : public IExecutionApi { return false; // not needed by Executor } auto RetrieveToFds(std::vector<Artifact::ObjectInfo> const& /*unused*/, - std::vector<int> const& /*unused*/) noexcept - -> bool final { + std::vector<int> const& /*unused*/, + bool /*unused*/) noexcept -> bool final { return false; // not needed by Executor } auto Upload(BlobContainer const& blobs, bool /*unused*/) noexcept |