aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/paths_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/paths_test.cpp')
-rw-r--r--host/tests/paths_test.cpp2
1 files changed, 1 insertions, 1 deletions
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);