log csv filepath when test fails [skip ci]
This commit is contained in:
parent
be22a67b60
commit
a8019f9fa2
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ TEST_CASE("csv") {
|
||||||
|
|
||||||
for (auto const &path : broken)
|
for (auto const &path : broken)
|
||||||
{
|
{
|
||||||
|
INFO(path);
|
||||||
REQUIRE_THROWS(get_csv_ds(path.native()));
|
REQUIRE_THROWS(get_csv_ds(path.native()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue