Skip to content

Commit f2e9dfa

Browse files
committed
fix: tests uses 4x hi-rez as we dropped 6x
1 parent 1bcc3e5 commit f2e9dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/curl_gl_pngs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CDIR=`dirname $0`
77
MACHINE=${1:-$DEF_MACHINE}
88

99
# step 1: create urls to machine specific version of GL
10-
TM_MAP_URL="http://$MACHINE:8080/styles/trimet/13/1304/2930@6x.png"
11-
TM_SAT_URL="http://$MACHINE:8080/styles/trimet-satellite/16/10435/23440@6x.png"
10+
TM_MAP_URL="http://$MACHINE:8080/styles/trimet/13/1304/2930@4x.png"
11+
TM_SAT_URL="http://$MACHINE:8080/styles/trimet-satellite/16/10435/23440@4x.png"
1212

1313
# step 2: call tests
1414
echo "testing GL on $MACHINE"

0 commit comments

Comments
 (0)