File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ ENV USER=codewarrior \
2222 HOME=/home/codewarrior
2323WORKDIR /workspace
2424
25- # `ttester-codewars.4th` contains words to make test output in Codewars format.
26- RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v0 .0.4/ttester-codewars .4th
25+ # Testest Forth test framework
26+ RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v1 .0.0/testest .4th
Original file line number Diff line number Diff line change 22set -eu
33
44W=/workspace
5- FILES=" preloaded.4th solution.4th ttester-codewars .4th tests.4th"
5+ FILES=" preloaded.4th solution.4th testest .4th tests.4th"
66# Create container
77C=$( docker container create --rm -w $W ghcr.io/codewars/forth:latest sh -c " gforth $FILES -e bye" )
88
You can’t perform that action at this time.
0 commit comments