Skip to content

Commit

Permalink
Merge pull request #32392 from vespa-engine/toregge/remove-leftover-b…
Browse files Browse the repository at this point in the history
…uild-testdata

Remove leftover build testdata.
  • Loading branch information
toregge authored Sep 12, 2024
2 parents 412dd05 + 6cb8879 commit 70e3e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vespalib/src/vespa/vespalib/test/test_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ TestData<Derived>::setup_test_data(const std::string& source_testdata_in, const
{
_source_testdata = source_testdata_in;
_build_testdata = build_testdata_in;
std::filesystem::remove_all(build_testdata());
std::filesystem::create_directory(build_testdata());
}

Expand Down

0 comments on commit 70e3e00

Please sign in to comment.