Fixing tests

This commit is contained in:
retropikzel 2025-10-09 11:50:55 +03:00
parent 6ce1735d6f
commit 710e91ef75
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ test-r7rs:
test-r7rs-docker:
docker build -f Dockerfile.test --build-arg IMAGE=${DOCKERIMG} --build-arg SCHEME=${SCHEME} --tag=compile-r7rs-test-${SCHEME} .
docker run -it -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${SCHEME} sh -c "make SCHEME=${SCHEME} test-r7rs"
docker run -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${SCHEME} sh -c "make SCHEME=${SCHEME} test-r7rs"
clean:
rm -rf test-r7rs