Skip to content

Commit

Permalink
Update verify-gfxr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg authored Nov 28, 2024
1 parent 6e8c378 commit 7e8bc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify-gfxr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bool clean_gfxr_json(int depth, nlohmann::json::parse_event_t event, nlohmann::j

void verify_gfxr(char const* app_directory, char const* app_executable, char const* known_gfxr_path)
{
std::system("set");
auto base_path = std::filesystem::current_path();

std::filesystem::path full_app_directory(base_path);
Expand Down

0 comments on commit 7e8bc2d

Please sign in to comment.