Debug test data location.
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Sep 2017 21:37:29 +0000 (22:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Sep 2017 21:37:29 +0000 (22:37 +0100)
test/audio_analysis_test.cc

index 66c5775791ce72c1775ed1511a0feec5a70ca417..695e240b7d5c26db7b4f0fcbeddb84c6df229c65 100644 (file)
@@ -38,6 +38,7 @@
 #include "lib/content_factory.h"
 #include "lib/playlist.h"
 #include "test.h"
+#include <iostream>
 
 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<FFmpegContent> c (new FFmpegContent (film, p));