From a8019f9fa21223b2ab88632c85aa2880663b0cef Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 1 Oct 2015 13:07:23 -0700 Subject: [PATCH] log csv filepath when test fails [skip ci] --- test/standalone/csv_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/standalone/csv_test.cpp b/test/standalone/csv_test.cpp index c3f0e2e08..06cf0407d 100644 --- a/test/standalone/csv_test.cpp +++ b/test/standalone/csv_test.cpp @@ -191,6 +191,7 @@ TEST_CASE("csv") { for (auto const &path : broken) { + INFO(path); REQUIRE_THROWS(get_csv_ds(path.native())); } }