From ee77993ccd859e96b50a92f5036b62a994778538 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 17 Mar 2020 11:58:33 -0400 Subject: [PATCH] ci: Remove outdated commemt We no longer use awk or cat int hat context. --- gitlab/ci_template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 72bc0a74fe..1fd30468bf 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -275,8 +275,6 @@ gstreamer-full: stage: 'test' variables: EXTRA_VALIDATE_ARGS: "--valgrind" - # Some suppression files are missing a newline at the end which messes things - # up when concatenating them. awk will add missing newlines (unlike cat) EXCEPT_PROJECT_REGEX: '/^(gstreamer|gst-integration-testsuites)$/' valgrind core: