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

Commit

Permalink
fix: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRedEye committed May 2, 2019
1 parent 58e6f59 commit 97ddaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/suite/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Test::Test(const fs::path& base, const fs::path& toml) {
throw std::runtime_error("Cannot load test file " + toml.string());
}

workingDirectory_ = toml.parent_path();
name_ = fs::relative(toml.parent_path(), base).string();

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

0 comments on commit 97ddaf5

Please sign in to comment.