Compare commits

...

2 commits

Author SHA1 Message Date
cfc40069fb Fix running the tests
All checks were successful
/ test (push) Successful in 4s
2026-03-22 18:54:28 +00:00
b451e04169 Add missing #:unwind? #t 2026-03-22 18:54:22 +00:00
2 changed files with 3 additions and 2 deletions

View file

@ -36,4 +36,4 @@ EXTRA_DIST = \
pre-inst-env.in pre-inst-env.in
check: $(GOBJECTS) $(TESTS_GOBJECTS) check: $(GOBJECTS) $(TESTS_GOBJECTS)
find tests -name "*.scm" | xargs -t -L1 ./test-env guile find tests -maxdepth 1 -name "*.scm" | xargs -t -L1 ./test-env guile

View file

@ -385,7 +385,8 @@ on the procedure being called at any particular time."
#f #f
"wrong number of values returned from handler, expecting 2, got ~A" "wrong number of values returned from handler, expecting 2, got ~A"
(length other))) (length other)))
handler))))))))))))))) handler))))))))))
#:unwind? #t)))))
(with-exception-handler (with-exception-handler
(lambda (exn) (lambda (exn)
(write-response-exception-handler exn request)) (write-response-exception-handler exn request))