From 96a4b6e508e2b09fc794e34183b0c5992909e82c Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 15 Mar 2013 13:17:53 -0600 Subject: [PATCH] test non-debug build first in ci.sh If something's broken, the script will fail faster if we test the faster build first, giving us quicker feedback. --- test/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci.sh b/test/ci.sh index 1fb490da3c..de7a6a6a47 100755 --- a/test/ci.sh +++ b/test/ci.sh @@ -2,8 +2,8 @@ set -e -make mode=debug test make test +make mode=debug test make process=interpret test # bootimage and openjdk builds without openjdk-src don't work: if [ -z "${openjdk}" ]; then