We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee72ce commit 7823e6bCopy full SHA for 7823e6b
mlir/test/Examples/standalone/test.toy
@@ -4,7 +4,7 @@
4
# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
5
# RUN: -DPython3_EXECUTABLE=%python \
6
# RUN: -DPython_EXECUTABLE=%python
7
-# RUN: "%cmake_exe" --build . --target check-standalone | tee %t | FileCheck %s
+# RUN: "%cmake_exe" --build . --target check-standalone | tee %t | FileCheck %s || cat %t && false
8
9
# Note: The number of checked tests is not important. The command will fail
10
# if any fail.
0 commit comments