summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-11-30 14:11:39 -0800
committerElliott Hughes <enh@google.com>2011-11-30 14:11:39 -0800
commit4b0d1eec42241af8c65b42513a71539fe3307cdd (patch)
treec237b40b0031835a9789ae7d608c84716fe30690 /test
parent6cb58afbc1cb1cec4220f49febda2177b2c0bfce (diff)
downloadart-4b0d1eec42241af8c65b42513a71539fe3307cdd.zip
art-4b0d1eec42241af8c65b42513a71539fe3307cdd.tar.gz
art-4b0d1eec42241af8c65b42513a71539fe3307cdd.tar.bz2
Always compile tests with -g.
Although it was useful in shaking out one bug to be debugging without -g, it's not generally useful. Change-Id: Ie585e142d8a8171c9d1be636e96963a2a9d6f739
Diffstat (limited to 'test')
-rwxr-xr-xtest/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test
index 08da171..50e45bb 100755
--- a/test/run-test
+++ b/test/run-test
@@ -34,7 +34,7 @@ progdir=`pwd`
prog="${progdir}"/`basename "${prog}"`
export JAVA="java"
-export JAVAC="javac -target 1.5"
+export JAVAC="javac -g -target 1.5"
export RUN="${progdir}/etc/push-and-run-test-jar"
info="info.txt"