aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-10-11 22:06:51 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-10-11 22:06:51 +0900
commit4aee6a968a4f9c078e13fe44c71af60f19ae1130 (patch)
treecbb7b54525cfde19f2450be98e99f2da4ab655fd
parent879f021ff782550770c3a2bd9b69524a95fcedb2 (diff)
Fail test
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcc7956..cba2060 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@
test:
guile -L . tests/infix-to-prefix-tests.scm
cat infix-to-prefix.log
- ! grep -F FAIL infix-to-prefix.log
+ ! grep -A 2 -F 'result-kind: fail' infix-to-prefix.log