File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Check that -a/-v/-vv makes the line number of the failing RUN command clear.
2
2
3
- # RUN: not %{lit} -a %{inputs}/shtest-run-at-line | FileCheck %s
4
- # RUN: not %{lit} -v %{inputs}/shtest-run-at-line | FileCheck %s
5
- # RUN: not %{lit} -vv %{inputs}/shtest-run-at-line | FileCheck %s
3
+
4
+ # This diagnostic sometimes appears in windows when using bash as an external
5
+ # shell. Ignore it so we can strictly check the relevant output.
6
+ #
7
+ # DEFINE: %{filter} = \
8
+ # DEFINE: grep -v 'bash.exe: warning: could not find /tmp, please create!'
9
+
10
+ # RUN: not %{lit} -a %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
11
+ # RUN: not %{lit} -v %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
12
+ # RUN: not %{lit} -vv %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
6
13
# END.
7
14
8
15
You can’t perform that action at this time.
0 commit comments