Skip to content

Commit 8c8a09e

Browse files
committed
[lit] Fix yet another test fail under windows
Another shell-quoting issue. Seen in <https://lab.llvm.org/buildbot/#/builders/216/builds/26442>.
1 parent 7d114a2 commit 8c8a09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/shtest-output-printing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
# CHECK-NEXT: # error: command failed with exit status: 1
3232
# CHECK-NEXT: # executed command: true
3333
# CHECK-NEXT: # RUN: at line 4
34-
# CHECK-NEXT: not {{.*}}/python{{.*}} {{.*}}/write-a-lot.py &> [[FILE:.*]]
35-
# CHECK-NEXT: # executed command: not {{.*}}/python{{.*}} {{.*}}/write-a-lot.py
34+
# CHECK-NEXT: not {{.*}}python{{.*}} {{.*}}write-a-lot.py &> [[FILE:.*]]
35+
# CHECK-NEXT: # executed command: not {{.*}}python{{.*}} {{.*}}write-a-lot.py{{.*}}
3636
# CHECK-NEXT: # .---redirected output from '[[FILE]]'
3737
# CHECK-NEXT: # | All work and no play makes Jack a dull boy.
3838
# CHECK-NEXT: # | All work and no play makes Jack a dull boy.

0 commit comments

Comments
 (0)