summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/local_execution.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/local/local_execution.test.cpp')
-rwxr-xr-xtest/buildtool/execution_api/local/local_execution.test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/local/local_execution.test.cpp b/test/buildtool/execution_api/local/local_execution.test.cpp
index 14dad898..b695df1e 100755
--- a/test/buildtool/execution_api/local/local_execution.test.cpp
+++ b/test/buildtool/execution_api/local/local_execution.test.cpp
@@ -188,7 +188,8 @@ TEST_CASE_METHOD(HermeticLocalTestFixture,
std::string test_content("test");
auto test_digest = ArtifactDigest::Create<ObjectType::File>(test_content);
- REQUIRE(api.Upload(BlobContainer{{BazelBlob{test_digest, test_content}}},
+ REQUIRE(api.Upload(BlobContainer{{BazelBlob{
+ test_digest, test_content, /*is_exec=*/false}}},
false));
std::string input_path{"dir/subdir/input"};