diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-10-11 22:06:51 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-10-11 22:06:51 +0900 |
commit | 4aee6a968a4f9c078e13fe44c71af60f19ae1130 (patch) | |
tree | cbb7b54525cfde19f2450be98e99f2da4ab655fd | |
parent | 879f021ff782550770c3a2bd9b69524a95fcedb2 (diff) |
Fail test
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |