Update test.sh for recent versions and for RELEASECS
This commit is contained in:
parent
c30155c015
commit
f741bd159b
4
test.sh
4
test.sh
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
for VER in 7.0 6.12 6.11 6.10 6.9 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.2.1 6.1 6.1.1 6.0 6.0.1 5.93 5.92 5.3 5.3.6 5.3.5 5.3.4 5.3.3 5.3.2 5.3.1 HEAD RELEASE ; do
|
||||
for VER in HEAD HEADCS RELEASE RELEASECS 7.3 7.2 7.1 7.0 6.12 6.11 6.10 6.9 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.2.1 6.1 6.1.1 6.0 6.0.1 5.93 5.92 5.3 5.3.6 5.3.5 5.3.4 5.3.3 5.3.2 5.3.1 ; do
|
||||
for MIN in 0 1; do
|
||||
TEST=1 RACKET_MINIMAL=$MIN RACKET_VERSION=$VER ./install-racket.sh
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user