From a9cb7313f7846f8b2bf9f96d19cf28abd7caf7fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Sep 2024 10:10:46 +0200 Subject: Fix thinko in relative path change. We have to canonicalise relative paths with respect to the film's directory on load, otherwise we try to use the relative path and it's interpreted against the current working directory. This unfortunately requires the film's directory to be piped into quite a lot of new places. --- test/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 2802a4678..e9f24f0fe 100644 --- a/test/wscript +++ b/test/wscript @@ -132,6 +132,7 @@ def build(bld): playlist_test.cc pulldown_detect_test.cc ratio_test.cc + relative_paths_test.cc release_notes_test.cc repeat_frame_test.cc recover_test.cc -- cgit v1.2.3