From a55fec421204634edfd74ba839188dd061587024 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 15 Apr 2020 15:05:16 -0700 Subject: tests: Print images dir instead of simply reading it --- host/tests/paths_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/tests/paths_test.cpp b/host/tests/paths_test.cpp index 930b34ec8..266a62e0a 100644 --- a/host/tests/paths_test.cpp +++ b/host/tests/paths_test.cpp @@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(test_get_paths) BOOST_CHECK(true); const std::string images_dir_search_path = ""; - const std::string images_dir = get_images_dir(images_dir_search_path); + std::cout << "images_dir: " << get_images_dir(images_dir_search_path) << std::endl; BOOST_REQUIRE_THROW( find_image_path("this_device_does_not_exist.bit", ""), uhd::io_error); -- cgit v1.2.3