aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2016-09-04 20:08:36 +1000
committerBen Elliston <bje@gnu.org>2016-09-04 20:08:36 +1000
commit5fd435330645b1d11a104f352c6282d9e5712ef3 (patch)
tree8bf807ee54521154aa541ba3d27c4187d596242d /runtest.exp
parentf7ce22060a96a95e05fe4ffb87a5413075250b10 (diff)
downloaddejagnu-5fd435330645b1d11a104f352c6282d9e5712ef3.zip
dejagnu-5fd435330645b1d11a104f352c6282d9e5712ef3.tar.gz
dejagnu-5fd435330645b1d11a104f352c6282d9e5712ef3.tar.bz2
* runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtest.exp b/runtest.exp
index 2c6ca5d..0415e4e 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -87,6 +87,11 @@ set target_cpu "" ;# type of the cpu tests are running on
set target_alias "" ;# standard abbreviation of target
set compiler_flags "" ;# the flags used by the compiler
+# Various ccache versions provide incorrect debug info such as ignoring
+# different current directory, breaking GDB testsuite.
+set env(CCACHE_DISABLE) 1
+unset -nocomplain env(CCACHE_NODISABLE)
+
#
# some convenience abbreviations
#