Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 97ddaf5

Browse files
committed
fix: Fix
1 parent 58e6f59 commit 97ddaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/suite/test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Test::Test(const fs::path& base, const fs::path& toml) {
4040
throw std::runtime_error("Cannot load test file " + toml.string());
4141
}
4242

43+
workingDirectory_ = toml.parent_path();
4344
name_ = fs::relative(toml.parent_path(), base).string();
4445

4546
auto table = cpptoml::parse_file(toml.string());

0 commit comments

Comments
 (0)