From 257f36fea6aed378c3060c1789294b68b317a456 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Sep 2017 22:37:29 +0100 Subject: [PATCH 1/1] Debug test data location. --- test/audio_analysis_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index 66c577579..695e240b7 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -38,6 +38,7 @@ #include "lib/content_factory.h" #include "lib/playlist.h" #include "test.h" +#include using std::vector; using boost::shared_ptr; @@ -104,6 +105,7 @@ BOOST_AUTO_TEST_CASE (audio_analysis_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_container (Ratio::from_id ("185")); film->set_name ("audio_analysis_test"); + std::cout << "HELLO! " << geteuid() << "\n"; boost::filesystem::path p = private_data / "betty_L.wav"; shared_ptr c (new FFmpegContent (film, p)); -- 2.30.2