Skip to content

Commit ec32a7d

Browse files
committed
Do not pipe command output after redirect
1 parent 7b9615c commit ec32a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// RUN: grep -rI "XFAIL:" %S/../test-e2e \
2929
// RUN: -A 1 --include=*.c --include=*.cpp --no-group-separator | \
3030
// RUN: grep -v "XFAIL:" | \
31-
// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t | \
31+
// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t
3232
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
3333
// RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | FileCheck %s
3434
//

0 commit comments

Comments
 (0)