From ec32a7d6ac0f71c0aea8265c769fec2f4f633f97 Mon Sep 17 00:00:00 2001 From: PietroGhg Date: Fri, 25 Oct 2024 11:05:41 +0100 Subject: [PATCH] Do not pipe command output after redirect --- sycl/test/no-xfail-without-tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test/no-xfail-without-tracker.cpp b/sycl/test/no-xfail-without-tracker.cpp index dc8e9379052dc..a3e60a54f58e5 100644 --- a/sycl/test/no-xfail-without-tracker.cpp +++ b/sycl/test/no-xfail-without-tracker.cpp @@ -28,7 +28,7 @@ // RUN: grep -rI "XFAIL:" %S/../test-e2e \ // RUN: -A 1 --include=*.c --include=*.cpp --no-group-separator | \ // RUN: grep -v "XFAIL:" | \ -// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t | \ +// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t // RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER // RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | FileCheck %s //