Adding test-r7rs

This commit is contained in:
retropikzel 2025-09-20 08:33:08 +03:00
parent 7b159a2ebf
commit 18a5a9688c
1 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,8 @@
(display "Output: ")
(newline)
(cat docker-build-out)
(newline))
(newline)
(exit 1))
(let* ((build-exit-code (number->string (system build-cmd)))
(run-exit-code (number->string (system run-cmd)))
(testname (if (and (string? run-exit-code)