diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 017eb019c8..0bff003379 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -672,7 +672,7 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") else: for root, dirs, files in os.walk(path): for f in files: - fpath = os.path.join(path, root, f) + fpath = os.path.join(os.path.abspath(path), root, f) if os.path.isdir(fpath) or \ fpath.endswith(GstValidateMediaDescriptor.MEDIA_INFO_EXT) or\ fpath.endswith(ScenarioManager.FILE_EXTENSION):